Skip to content

Commit

Permalink
Travis add go1.11 (#60)
Browse files Browse the repository at this point in the history
Travis: go1.11 and drop go1.9
  • Loading branch information
charlievieth authored Jan 11, 2019
1 parent ac39cbf commit 1a040be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sudo: required
language: go
go:
- 1.9
- "1.10"
- "1.11"

before_install: mkdir -p $GOPATH/bin
install: make install
Expand Down

0 comments on commit 1a040be

Please sign in to comment.