source: trip-planner-front/node_modules/reusify/.travis.yml@ 6c1585f

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

initial commit

  • Property mode set to 100644
File size: 284 bytes
Line 
1language: node_js
2sudo: false
3
4node_js:
5 - 9
6 - 8
7 - 7
8 - 6
9 - 5
10 - 4
11 - 4.0
12 - iojs-v3
13 - iojs-v2
14 - iojs-v1
15 - 0.12
16 - 0.10
17
18cache:
19 directories:
20 - node_modules
21
22after_script:
23- npm run coverage
24
25notifications:
26 email:
27 on_success: never
28 on_failure: always
Note: See TracBrowser for help on using the repository browser.