Skip to content

Commit

Permalink
Editing the travis deployment order.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmarcia committed Sep 29, 2019
1 parent 8ebeec3 commit 6dce912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- bundle exec rake spec
- bundle exec rubocop

after_success:
deploy:
- provider: script
script: ci/deploy-staging.sh
on:
branch: master
script: ci/deploy-staging.sh

- provider: script
script: ci/deploy-production.sh
Expand Down

0 comments on commit 6dce912

Please sign in to comment.