Browse Source

[build] Allow tip failures (#312)

[build] Allow tip failures
pull/313/head
Matt Silverlock 8 years ago committed by GitHub
parent
commit
bc452d92e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml

2
.travis.yml

@ -9,6 +9,8 @@ matrix: @@ -9,6 +9,8 @@ matrix:
- go: 1.8
- go: 1.9
- go: tip
allow_failures:
- go: tip
install:
- # Skip

Loading…
Cancel
Save