File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ node_js:
1010 - ' 6'
1111 - ' 4'
1212after_success :
13- - npm run semantic-release
13+ - npm run travis-deploy-once "npm run semantic-release"
1414branches :
1515 except :
1616 - /^v\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 2727 },
2828 "scripts" : {
2929 "test" : " grunt" ,
30- "semantic-release" : " semantic-release"
30+ "semantic-release" : " semantic-release" ,
31+ "travis-deploy-once" : " travis-deploy-once"
3132 },
3233 "dependencies" : {
33- "chalk" : " ^2.3.0" ,
34- "grunt-contrib-clean" : " ^1.1.0" ,
35- "grunt-contrib-nodeunit" : " ^1.0.0" ,
36- "grunt-html-html-reporter" : " ^0.2.3"
34+ "chalk" : " ^2.3.1"
3735 },
3836 "devDependencies" : {
39- "grunt" : " ^1.0.1" ,
37+ "grunt" : " ^1.0.2" ,
38+ "grunt-contrib-clean" : " ^1.1.0" ,
39+ "grunt-contrib-nodeunit" : " ^1.0.0" ,
40+ "grunt-html-html-reporter" : " ^0.2.4" ,
4041 "grunt-standard" : " ^3.1.0" ,
41- "semantic-release" : " ^12.4.1"
42+ "semantic-release" : " ^12.4.1" ,
43+ "travis-deploy-once" : " ^4.3.4"
4244 },
4345 "peerDependencies" : {
4446 "grunt" : " >=0.4.5"
You can’t perform that action at this time.
0 commit comments