travis: update go version (#128)

This commit is contained in:
Davor Kapsa 2017-10-02 05:55:11 +02:00 committed by chzyer
parent 01c4e90c35
commit 8d510b4136
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
language: go language: go
go: go:
- 1.5 - 1.x
- 1.7
script: script:
- GOOS=windows go install github.com/chzyer/readline/example/... - GOOS=windows go install github.com/chzyer/readline/example/...
- GOOS=linux go install github.com/chzyer/readline/example/... - GOOS=linux go install github.com/chzyer/readline/example/...