diff --git a/.travis.yml b/.travis.yml index 2a92eb3bb..db48ada46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go -script: test.sh +script: $TRAVIS_BUILD_DIR/test.sh branches: only: master