Skip to content

Commit 4c1f0a1

Browse files
committed
attempting to troubleshoot travis ci
1 parent bae9033 commit 4c1f0a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ script:
3636
- export CHROMEDRIVER=$PWD/chrome-linux/chromedriver
3737

3838
- export PY_FILES_CHANGED=`git diff --name-only $TRAVIS_COMMIT_RANGE | grep ^py/`
39+
- echo "PY_FILES_CHANGED: $PY_FILES_CHANGED"
3940
- export RB_FILES_CHANGED=`git diff --name-only $TRAVIS_COMMIT_RANGE | grep ^rb/`
41+
- echo "RB_FILES_CHANGED: $RB_FILES_CHANGED"
4042

4143
- ./go clean build
4244
- |

0 commit comments

Comments
 (0)