Skip to content

Commit

Permalink
Merge pull request #1574 from dvrkps/patch-1
Browse files Browse the repository at this point in the history
travis: update go versions
  • Loading branch information
mislav committed Sep 20, 2017
2 parents 2d34517 + 5980275 commit b6cba8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,8 @@ before_install:
- export PATH=~/bin:"$PATH"
language: go
go:
- 1.8.1
- 1.8.x
- 1.9.x
script: make test-all
install: script/bootstrap
after_success: script/publish-release
Expand Down

0 comments on commit b6cba8c

Please sign in to comment.