Skip to content

Commit

Permalink
Travis go 1.10 (nanomsg#313)
Browse files Browse the repository at this point in the history
* travis: add Go 1.10.x

* travis: add Go master

This CL adds testing against Go master, but it won't mark the PR as
failed if something goes wrong against master.
Also, the PR won't wait for master to complete.
  • Loading branch information
sbinet authored and gdamore committed Apr 11, 2018
1 parent 8a564bf commit d99fcac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- master

matrix:
fast_finish: true
allow_failures:
- go: master

gobuild_args: -race

Expand Down

0 comments on commit d99fcac

Please sign in to comment.