source: trip-planner-front/node_modules/ip/.travis.yml@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 198 bytes
Line 
1sudo: false
2language: node_js
3node_js:
4 - "0.8"
5 - "0.10"
6 - "0.12"
7 - "4"
8 - "6"
9
10before_install:
11 - travis_retry npm install -g npm@2.14.5
12 - travis_retry npm install
13
14script:
15 - npm test
Note: See TracBrowser for help on using the repository browser.