Last change
on this file since 6fe77af was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
284 bytes
|
Line | |
---|
1 | language: node_js
|
---|
2 | sudo: false
|
---|
3 |
|
---|
4 | node_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 |
|
---|
18 | cache:
|
---|
19 | directories:
|
---|
20 | - node_modules
|
---|
21 |
|
---|
22 | after_script:
|
---|
23 | - npm run coverage
|
---|
24 |
|
---|
25 | notifications:
|
---|
26 | email:
|
---|
27 | on_success: never
|
---|
28 | on_failure: always
|
---|
Note:
See
TracBrowser
for help on using the repository browser.