Skip to content

Commit acb8d28

Browse files
committed
Simplify build
1 parent b01bd01 commit acb8d28

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1+
dist: xenial
12
language: go
23
go:
34
- stable
45
env:
5-
- GIMME_OS=linux GIMME_ARCH=amd64 GO111MODULE=on
6-
- GIMME_OS=darwin GIMME_ARCH=amd64 GO111MODULE=on
7-
- GIMME_OS=windows GIMME_ARCH=amd64 GO111MODULE=on
6+
- GO111MODULE=on

0 commit comments

Comments
 (0)