Skip to content

Commit

Permalink
travis: testing with Go 1.11rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeuque74 committed Aug 23, 2018
1 parent 216a9fe commit 9e01ebf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ sudo: false

go:
- "1.10.x"
- "1.11rc2"

jobs:
allow_failures:
- go: "1.11rc2"

env:
- DEP_VERSION="0.5.0" SUPERVISOR_VERSION="0.5"
Expand Down

0 comments on commit 9e01ebf

Please sign in to comment.