Skip to content

Commit

Permalink
Merge pull request #19 from linkernetworks/aren/travis-fail
Browse files Browse the repository at this point in the history
fix travis build failed on develop branch
  • Loading branch information
Hung-Wei Chiu authored Jun 20, 2018
2 parents f7f86e2 + 1fdb923 commit ceb1cf4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ before_deploy:

deploy:
provider: script
script:
docker tag sdnvortex/vortex sdnvortex/vortex:develop
docker push sdnvortex/vortex:develop
script: docker tag sdnvortex/vortex sdnvortex/vortex:develop && docker push sdnvortex/vortex:develop
on:
branch: develop

Expand Down

0 comments on commit ceb1cf4

Please sign in to comment.