2018-08-27 20:26:52 +02:00
|
|
|
language: go
|
|
|
|
sudo: false
|
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
2019-02-22 23:15:02 +01:00
|
|
|
include:
|
|
|
|
- go: 1.11.x
|
|
|
|
env: TEST_METHOD=goveralls
|
|
|
|
- go: 1.10.x
|
|
|
|
- go: tip
|
|
|
|
- go: 1.9.x
|
|
|
|
- go: 1.8.x
|
|
|
|
- go: 1.7.x
|
|
|
|
- go: 1.6.x
|
|
|
|
- go: 1.5.x
|
2018-08-27 20:26:52 +02:00
|
|
|
allow_failures:
|
|
|
|
- go: tip
|
2019-02-22 23:15:02 +01:00
|
|
|
- go: 1.9.x
|
|
|
|
- go: 1.8.x
|
|
|
|
- go: 1.7.x
|
|
|
|
- go: 1.6.x
|
|
|
|
- go: 1.5.x
|
|
|
|
script: ./test.sh $TEST_METHOD
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
on_success: never
|