Skip to content

Commit

Permalink
Only download when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
italolelis committed Aug 26, 2018
1 parent ee40134 commit 3c58505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ env:
- GO111MODULE=on

before_install:
- go get github.com/mattn/goveralls
- go get github.com/go-playground/overalls
- if [ -z $TRAVIS_TAG ]; then go get github.com/mattn/goveralls; else echo "It's a tag build, skipping...."; fi
- if [ -z $TRAVIS_TAG ]; then go get github.com/go-playground/overalls; else echo "It's a tag build, skipping...."; fi

script:
- make test
Expand Down

0 comments on commit 3c58505

Please sign in to comment.