Skip to content

Commit

Permalink
🚀 Separate image deployment from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Jan 9, 2019
1 parent 818c99b commit a183c73
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ services:

script:
- bash scripts/test.sh
- bash scripts/build-push.sh

deploy:
provider: script
script: bash scripts/build-push.sh
on:
branch: master

0 comments on commit a183c73

Please sign in to comment.