Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Petrov committed Apr 15, 2019
1 parent f0393c8 commit b3efa66
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
language: go

go:
- 1.X
- tip
- 1.10.x
- 1.11.x

env:
- GO111MODULE=on

script:
- go test ./...

install:
- go get github.com/pkg/errors
Expand Down

0 comments on commit b3efa66

Please sign in to comment.