Skip to content

Commit

Permalink
Require Go 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
brutella committed Apr 6, 2020
1 parent e134c9a commit 64571ba
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
sudo: false
language: go
go:
- 1.11.x
- 1.13.x
- master
os:
- linux
- osx
dist: trusty
install: true
script:
- env GO111MODULE=on go build
- env GO111MODULE=on go test ./...
install: true

0 comments on commit 64571ba

Please sign in to comment.