Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Feb 22, 2020
1 parent dc781fc commit d9e726b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sudo: false
language: go
go: [ 1.11.x ]
go: [ 1.13.x ]

env:
- GO111MODULE=on
Expand All @@ -10,6 +10,7 @@ install:
- true

script:
- go get -u github.com/golang/lint/golint
- golint ./...
- go test ./...

Expand Down

0 comments on commit d9e726b

Please sign in to comment.