Skip to content

Commit

Permalink
travis.yml: use Go 1.10.4
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Oct 10, 2018
1 parent 957700f commit eb932c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sudo: required
services: docker

go:
- 1.10.3
- 1.10.4

notifications:
on_success: never
Expand All @@ -23,7 +23,7 @@ env:
matrix:
fast_finish: true
allow_failures:
- go: 1.10.3
- go: 1.10.4
env: TARGET=linux-386-unit
exclude:
- go: tip
Expand Down

0 comments on commit eb932c2

Please sign in to comment.