mirror of https://github.com/go-python/gopy.git
travis: allow go@master to fail
This commit is contained in:
parent
f4c09c97bf
commit
0c9b04eaed
|
@ -7,6 +7,10 @@ go:
|
|||
- 1.8.x
|
||||
- master
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: master
|
||||
|
||||
sudo: required
|
||||
|
||||
before_install:
|
||||
|
|
Loading…
Reference in New Issue