File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 11language : node_js
2+ cache :
3+ directories :
4+ - ~/.npm
5+ notifications :
6+ email : false
27node_js :
3- - " latest"
4- - " 10"
5- - " 8"
8+ - ' latest'
9+ - ' 10'
10+ after_success :
11+ - npm run travis-deploy-once "npm run semantic-release"
12+ branches :
13+ except :
14+ - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 88 "prepare" : " npm run build" ,
99 "prebuild" : " npm run clean" ,
1010 "build" : " tsc -p tsconfig.dist.json" ,
11- "semantic-release" : " semantic-release"
11+ "semantic-release" : " semantic-release" ,
12+ "travis-deploy-once" : " travis-deploy-once"
1213 },
1314 "main" : " ./dist/index.js" ,
1415 "typings" : " dist/index" ,
3738 "react" : " 16.8.0-alpha.1" ,
3839 "semantic-release" : " ^15.13.3" ,
3940 "ts-jest" : " ^23.10.5" ,
40- "typescript" : " ^3.2.4"
41+ "typescript" : " ^3.2.4" ,
42+ "travis-deploy-once" : " ^5.0.11"
4143 },
4244 "peerDependencies" : {
4345 "react" : " >= 16.8.0-alpha.1"
You can’t perform that action at this time.
0 commit comments