Skip to content

Commit

Permalink
fix travis config, try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lesovsky committed Feb 9, 2019
1 parent 4cf170a commit 088705e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ addons:
dist: trusty
sudo: false

script:
- env GO111MODULE=on go mod download
- go test ${gobuild_args} ./...
script: env GO111MODULE=on go test ${gobuild_args} ./...

deploy:
provider: script
Expand Down

0 comments on commit 088705e

Please sign in to comment.