File tree 2 files changed +18
-5
lines changed
2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
+ cache :
3
+ directories :
4
+ - ~/.npm
5
+ notifications :
6
+ email : false
2
7
node_js :
3
- - " 4"
4
- - " 6"
8
+ - ' 10'
9
+ after_success :
10
+ - npm run travis-deploy-once "npm run semantic-release"
11
+ branches :
12
+ except :
13
+ - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nice-package" ,
3
- "version" : " 3 .0.4 " ,
3
+ "version" : " 0 .0.0-development " ,
4
4
"description" : " Clean up messy package metadata from the npm registry" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "test" : " mocha && standard && standard-markdown"
7
+ "test" : " mocha && standard && standard-markdown" ,
8
+ "travis-deploy-once" : " travis-deploy-once" ,
9
+ "semantic-release" : " semantic-release"
8
10
},
9
11
"repository" : " https://github.com/zeke/nice-package" ,
10
12
"keywords" : [
24
26
"mocha" : " ^3.2.0" ,
25
27
"require-dir" : " ^0.3.0" ,
26
28
"standard" : " ^7.1.2" ,
27
- "standard-markdown" : " ^1.2.1"
29
+ "standard-markdown" : " ^1.2.1" ,
30
+ "travis-deploy-once" : " ^5.0.11" ,
31
+ "semantic-release" : " ^15.13.1"
28
32
},
29
33
"dependencies" : {
30
34
"github-url-to-object" : " ^4.0.4" ,
You can’t perform that action at this time.
0 commit comments