Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Commit

Permalink
Add back in the ./go build on Travis to make sure PRs don't break the…
Browse files Browse the repository at this point in the history
… things.
  • Loading branch information
titusfortner committed Mar 7, 2016
1 parent 6556cab commit 285ecb5
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 @@ -35,7 +35,7 @@ script:
- export PY_FILES_CHANGED=`git diff --name-only $TRAVIS_COMMIT_RANGE | grep ^py/`
- export RB_FILES_CHANGED=`git diff --name-only $TRAVIS_COMMIT_RANGE | grep ^rb/`

- ./go clean
- ./go clean build
- |
if [[ $PY_FILES_CHANGED == py/* ]]; then
pip install --user virtualenv
Expand Down

0 comments on commit 285ecb5

Please sign in to comment.