source: imaps-frontend/node_modules/reusify/.travis.yml@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 284 bytes
RevLine 
[d565449]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.