mirror of
https://git.uploadfilter24.eu/lerentis/terraform-provider-gitea.git
synced 2024-11-05 02:18:12 +00:00
26 lines
414 B
YAML
26 lines
414 B
YAML
|
language: go
|
||
|
sudo: false
|
||
|
matrix:
|
||
|
fast_finish: true
|
||
|
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
|
||
|
allow_failures:
|
||
|
- go: tip
|
||
|
- 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
|