Skip to content

Commit 64571ba

Browse files
committed
Require Go 1.13
1 parent e134c9a commit 64571ba

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
sudo: false
22
language: go
33
go:
4-
- 1.11.x
4+
- 1.13.x
55
- master
66
os:
77
- linux
88
- osx
99
dist: trusty
10-
install: true
11-
script:
12-
- env GO111MODULE=on go build
13-
- env GO111MODULE=on go test ./...
10+
install: true

0 commit comments

Comments
 (0)