File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,11 +51,5 @@ script:
5151after_script :
5252 - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
5353
54- deploy :
55- provider : script
56- skip_cleanup : true
57- script :
58- - npx travis-deploy-once "npx semantic-release"
59-
60- notifications :
61- email : false
54+ after_success :
55+ - npm run travis-deploy-once "npm run semantic-release"
Original file line number Diff line number Diff line change 11{
22 "name" : " ember-stripe-elements" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.4.0 " ,
44 "description" : " A simple Ember wrapper for Stripe Elements." ,
55 "keywords" : [
66 " credit card" ,
1919 "scripts" : {
2020 "build" : " ember build" ,
2121 "start" : " ember serve" ,
22- "test" : " ember try:each"
22+ "test" : " ember try:each" ,
23+ "semantic-release" : " semantic-release" ,
24+ "travis-deploy-once" : " travis-deploy-once"
2325 },
2426 "dependencies" : {
2527 "ember-cli-babel" : " ^6.6.0" ,
You can’t perform that action at this time.
0 commit comments