Skip to content

Commit

Permalink
deploying to staging automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
heynemann committed Dec 2, 2016
1 parent a469ba5 commit 476112f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ after_success:
- $HOME/gopath/bin/goveralls -coverprofile _build/test-coverage-all.out -service=travis-ci
- make cross
- ./push_to_docker.sh
#- /bin/bash -c '[ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_EVENT_TYPE" == "push" ] && curl -H POST $TEST_FARM_URL'
- /bin/bash -c '[ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_EVENT_TYPE" == "push" ] && curl -H POST $TEST_FARM_URL'

0 comments on commit 476112f

Please sign in to comment.