Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Commit

Permalink
travis: do not test on tip, use Go 1.10.2
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed May 22, 2018
1 parent a3e4e84 commit 8db3822
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ sudo: false

go:
- 1.10.2
- tip

env:
global:
- GO15VENDOREXPERIMENT=1
matrix:
- TARGET=amd64

Expand All @@ -21,8 +18,6 @@ before_install:

matrix:
fast_finish: true
allow_failures:
- go: tip

script:
- make fmt
Expand Down

0 comments on commit 8db3822

Please sign in to comment.