Skip to content

Commit

Permalink
travis: add testing for go tip allowing failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Jun 30, 2017
1 parent 9363ac5 commit aa018cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@ sudo: false

language: go

# Versions of go that are explicitly supported by gonum.
# Versions of go that are explicitly supported by gonum plus go tip.
go:
- 1.6.x
- 1.7.x
- 1.8.x
- master

matrix:
allow_failures:
- go: master

before_install:
# Required for format check.
Expand Down

0 comments on commit aa018cc

Please sign in to comment.