Skip to content

Commit 98f6abe

Browse files
authored
Travis update (tarm#87)
Update .travis.yml to not build for go1.4 which no longer works with x/sys/unix
1 parent b334f19 commit 98f6abe

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
sudo: false
22
language: go
33
go:
4-
- 1.4
5-
- 1.9
4+
- "1.9"
5+
- "1.10"
6+
- "1.11"
67
- tip
78
env:
89
- GOOS=linux CGO=1

0 commit comments

Comments
 (0)