Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tommywo committed Sep 27, 2016
1 parent 307874c commit 7f8969c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -35,9 +35,9 @@ 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 PY_FILES_CHANGED=`git diff --name-only ${TRAVIS_COMMIT_RANGE/.../..} | grep ^py/`
- echo "PY_FILES_CHANGED: $PY_FILES_CHANGED"
- export RB_FILES_CHANGED=`git diff --name-only $TRAVIS_COMMIT_RANGE | grep ^rb/`
- export RB_FILES_CHANGED=`git diff --name-only ${TRAVIS_COMMIT_RANGE/.../..} | grep ^rb/`
- echo "RB_FILES_CHANGED: $RB_FILES_CHANGED"

- ./go clean build
Expand Down

0 comments on commit 7f8969c

Please sign in to comment.