2018-07-24 14:06:03 +02:00
|
|
|
language: go
|
|
|
|
go:
|
2018-11-03 16:05:45 +01:00
|
|
|
- 1.9.x
|
|
|
|
- 1.10.x
|
|
|
|
- tip
|
2018-07-24 14:06:03 +02:00
|
|
|
install:
|
2018-11-03 16:05:45 +01:00
|
|
|
- make dependency
|
2018-07-24 14:06:03 +02:00
|
|
|
script:
|
2018-11-03 16:05:45 +01:00
|
|
|
- make test
|
|
|
|
after_success:
|
|
|
|
- bash <(curl -s https://codecov.io/bash)
|
2018-07-24 14:06:03 +02:00
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- go: tip
|