File tree 2 files changed +20
-8
lines changed
2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
- script : npm run-script test-travis
3
2
node_js :
4
- - ' 0.10'
5
- - ' 0.11'
6
- - ' 0.12'
7
- - iojs
8
- sudo : false
9
- after_script : npm install codecov.io && cat ./coverage/lcov.info | codecov
3
+ - ' 4.0'
4
+ - ' 7.0'
5
+ after_script : bash <(curl -s https://codecov.io/bash)
6
+ deploy :
7
+ - provider : npm
8
+
9
+ api_key :
10
+ secure : Rcq68neE4v0LstiDFdSfKXZNTNLzpcVir/UBr5SSyY0ygNymEN+QSjf/XEwUr/B6OC39u5xU76crkAPO+j4fwKHGY7Au+hDchz29QTzzVfvxjp36O7IJNz+P2L7zA5d/iCFoUKgKDJHQ6tTpVMGB09u1YM1zlbIvWF7NSxroMuE=
11
+ on :
12
+ tags : true
13
+ node : ' 4.0'
14
+ - provider : releases
15
+ api_key :
16
+ secure : aeYd/dNJUP5qKRVaG5GRDiyaq95dk1dze7biJfq2ZjyV9NkgjLqUnjPDVr8m3H8JDyYkPs+SSu5wk/0FXfVPuVU4j5uOE/QSDolM++BSCdO36WetSjWzVNJEv9z9YmrBu+OyrMgUYM7wG7OMlsR+aHqPUwpZHbsUdIiUQO87G0E=
17
+ file :
18
+ - " match-casing.js"
19
+ - " match-casing.min.js"
20
+ on :
21
+ tags : true
22
+ node : ' 7.0'
Original file line number Diff line number Diff line change 33
33
"scripts" : {
34
34
"test-api" : " node test" ,
35
35
"test-coverage" : " nyc --reporter lcov tape test/index.js" ,
36
- "test-travis" : " npm run test-coverage" ,
37
36
"test" : " npm run test-api" ,
38
37
"lint" : " xo" ,
39
38
"make" : " npm run lint && npm run test-coverage" ,
You can’t perform that action at this time.
0 commit comments