Skip to content

Commit

Permalink
travis.yml: update Go 1.10.8
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Feb 7, 2019
1 parent d57e8b8 commit c696442
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.7
- 1.10.8

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

0 comments on commit c696442

Please sign in to comment.