]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/agext/levenshtein/.travis.yml
Upgrade to 0.12
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / agext / levenshtein / .travis.yml
1 language: go
2 sudo: false
3 matrix:
4 fast_finish: true
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
15 allow_failures:
16 - go: tip
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
22 script: ./test.sh $TEST_METHOD
23 notifications:
24 email:
25 on_success: never