Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn committed Sep 26, 2016
1 parent a9df2c1 commit 4ab0c18
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ after_success:
deploy:
- provider: script
skip_cleanup: true
script: ./apex deploy && ./register_module.sh https://test-api.door43.org/tx/module
script: ./apex deploy --env master && ./register_module.sh https://api.door43.org/tx/module
on:
branch: develop
branch: master
- provider: script
skip_cleanup: true
script: ./apex deploy --env master && ./register_module.sh https://api.door43.org/tx/module
script: ./apex deploy && ./register_module.sh https://test-api.door43.org/tx/module
on:
branch: master

branch: develop

0 comments on commit 4ab0c18

Please sign in to comment.