Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tommywo committed Sep 21, 2016
1 parent b73f832 commit 20af3a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -28,10 +28,10 @@ script:
- export CHROME_BINARY=$PWD/chrome-linux/chrome
- export CHROMEDRIVER=$PWD/chrome-linux/chromedriver

- 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/`
- 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 build test
- ./go clean build
- |
if [[ $PY_FILES_CHANGED == py/* ]]; then
pip install --user virtualenv
Expand Down

0 comments on commit 20af3a9

Please sign in to comment.