blob: 1970476817b18f62db3e24c93164e3b87cffbb57 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001language: 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