Skip to content

Commit

Permalink
Travis update (#87)
Browse files Browse the repository at this point in the history
Update .travis.yml to not build for go1.4 which no longer works with x/sys/unix
  • Loading branch information
tarm authored Aug 30, 2018
1 parent b334f19 commit 98f6abe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
sudo: false
language: go
go:
- 1.4
- 1.9
- "1.9"
- "1.10"
- "1.11"
- tip
env:
- GOOS=linux CGO=1
Expand Down

0 comments on commit 98f6abe

Please sign in to comment.