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

Former-commit-id: d1d283b0cde329afa13c489e575f6ddff6178127 [formerly d1d283b0cde329afa13c489e575f6ddff6178127 [formerly a1afee6]]
Former-commit-id: 5ba160f9fba51a356a7cf08ee3549850e799a40c
Former-commit-id: 78f1253
  • Loading branch information
Hung-Wei Chiu authored Jun 20, 2018
2 parents c40ed50 + e937088 commit 0a813a0
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 0a813a0

Please sign in to comment.