Updated travis file
This commit is contained in:
parent
8251533ffd
commit
fc3254dad1
@ -16,11 +16,14 @@ install: true
|
|||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: master # It's ok if our code fails on unstable development versions of Go.
|
- go: master # It's ok if our code fails on unstable development versions of Go.
|
||||||
- script: go get -t ./... # It's ok if the dependency download fails due to missing components directory.
|
|
||||||
# Don't wait for tip tests to finish. Mark the test run green if the
|
# Don't wait for tip tests to finish. Mark the test run green if the
|
||||||
# tests pass on the stable versions of Go.
|
# tests pass on the stable versions of Go.
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
allow_failures:
|
||||||
|
- script: go get -t ./... # It's ok if the dependency download fails due to missing components directory.
|
||||||
|
|
||||||
# Don't email me the results of the test runs.
|
# Don't email me the results of the test runs.
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
Loading…
Reference in New Issue
Block a user