diff --git a/.travis.yml b/.travis.yml index 4841864..fb9ae76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ jobs: name: 'golang unitTests' stage: test install: + - gimme version - if [ "$ONIGURUMA" == "1" ]; then tags="$tags oniguruma"; fi; go get -v -t --tags "$tags" ./... script: - make test-coverage @@ -104,7 +105,6 @@ jobs: install: - eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=$GO_VERSION bash)" - go version - - go version - go get -v gopkg.in/src-d/enry.v1/... before_script: - cd java