Skip to content

Commit

Permalink
.travis.yml: Bugfix for no module support in CI
Browse files Browse the repository at this point in the history
Tip of dependency is broken and it was affecting us:

go-errors/errors#27
  • Loading branch information
dsoprea committed Jun 1, 2020
1 parent 87d01d1 commit 01b183b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ go:
- "1.12"
- "1.11"
- "1.10"
env:
- GO111MODULE=on
install:
- go get -t ./...
- go get github.com/mattn/goveralls
Expand Down

0 comments on commit 01b183b

Please sign in to comment.