Skip to content

Commit

Permalink
Test on go1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
studyzy committed Apr 20, 2019
1 parent 2ddac1a commit be475f0
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
os: linux
dist: xenial
language:
- go
go:
- 1.10.8
language: go
matrix:
include:
- os: linux
dist: xenial
go: 1.10.x
- os: linux
dist: xenial
go: 1.12.x
env: GO111MODULE=on
script:
- go test ./...

0 comments on commit be475f0

Please sign in to comment.