Skip to content

Commit

Permalink
travis: fix travis config (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
myitcv authored Apr 1, 2019
1 parent 01736fb commit bfe901f
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,5 +1,11 @@
language: go
go_import_path: github.com/rogpeppe/gohack
go:
- "1.11"
go:
- "1.11.x"
- "1.12.x"
env:
global:
- GO111MODULE=on
install: "echo no install step required"
script: go test ./...

0 comments on commit bfe901f

Please sign in to comment.