File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
+ - ' 9'
3
4
- ' 8'
4
5
- ' 7'
5
6
- ' 6'
6
7
- ' 5'
7
8
- ' 4'
9
+ - ' 0.12'
8
10
- ' 0.10'
9
11
os :
10
12
- linux
11
13
- osx
12
14
script :
13
15
- npm run ci-test
16
+ after_script :
17
+ - npm run coveralls
14
18
sudo : false
Original file line number Diff line number Diff line change 1
1
# Test against this version of Node.js
2
2
environment :
3
3
matrix :
4
+ - nodejs_version : " 9"
4
5
- nodejs_version : " 8"
5
6
- nodejs_version : " 7"
6
7
- nodejs_version : " 6"
@@ -9,6 +10,10 @@ environment:
9
10
- nodejs_version : " 0.12"
10
11
- nodejs_version : " 0.10"
11
12
13
+ matrix :
14
+ allow_failures :
15
+ - nodejs_version : " 0.10"
16
+
12
17
# Install scripts. (runs after repo cloning)
13
18
install :
14
19
# Get the latest stable version of Node.js or io.js
Original file line number Diff line number Diff line change 23
23
"license" : " MIT" ,
24
24
"scripts" : {
25
25
"test" : " istanbul test node_modules/mocha/bin/_mocha" ,
26
- "ci-test" : " istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
26
+ "ci-test" : " istanbul cover _mocha" ,
27
+ "coveralls" : " cat ./coverage/lcov.info | coveralls"
27
28
},
28
29
"files" : [
29
30
" index.js" ,
You can’t perform that action at this time.
0 commit comments