Skip to content

Commit

Permalink
Travis: Use latest stable Go (1.8.1 at this time).
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitshur committed May 15, 2017
1 parent d3b292e commit 09bb405
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
sudo: false
language: go
go:
- 1.7
- tip
- 1.x
- master
matrix:
allow_failures:
- go: tip
- go: master
fast_finish: true
install:
- # Do nothing. This is needed to prevent default install action "go get -t -v ./..." from happening here (we want it to happen inside script step).
Expand Down

0 comments on commit 09bb405

Please sign in to comment.