Skip to content

Commit

Permalink
chore: add env for go1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkerou authored Feb 26, 2019
1 parent 94e3177 commit 4c1d8da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ go:
- 1.10.x
- 1.11.x
- 1.12.x
- tip
- master

matrix:
fast_finish: true
include:
- go: 1.11.x
env: GO111MODULE=on
- go: 1.12.x
env: GO111MODULE=on

install:
- go get -d -t -v ./...
Expand Down

0 comments on commit 4c1d8da

Please sign in to comment.