]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blame - vendor/github.com/agext/levenshtein/.travis.yml
Upgrade to 0.12
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / agext / levenshtein / .travis.yml
CommitLineData
15c0b25d
AP
1language: go
2sudo: false
15c0b25d
AP
3matrix:
4 fast_finish: true
107c1cdb
ND
5 include:
6 - go: 1.11.x
7 env: TEST_METHOD=goveralls
8 - go: 1.10.x
9 - go: tip
10 - go: 1.9.x
11 - go: 1.8.x
12 - go: 1.7.x
13 - go: 1.6.x
14 - go: 1.5.x
15c0b25d
AP
15 allow_failures:
16 - go: tip
107c1cdb
ND
17 - go: 1.9.x
18 - go: 1.8.x
19 - go: 1.7.x
20 - go: 1.6.x
21 - go: 1.5.x
22script: ./test.sh $TEST_METHOD
23notifications:
24 email:
25 on_success: never