diff --git a/.travis.yml b/.travis.yml index 372c804e9..2369fc759 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,11 @@ language: go go: 1.7.4 install: make setup -script: make ci -after_success: - test -n "$TRAVIS_TAG" && go run main.go +script: + - echo $PATH + - echo $GOPATH + - ls $GOPATH/bin + - make ci +after_success: test -n "$TRAVIS_TAG" && go run main.go notifications: email: false