Merge pull request #742 from simonpasquier/remove-travis

Remove Travis CI
This commit is contained in:
Björn Rabenstein 2020-04-25 00:41:08 +02:00 committed by GitHub
commit 2f196c72a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
language: go
go:
- 1.9.x # See README.md for current minimum version.
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
script:
- make check_license unused test-short
- if [[ ! $TRAVIS_GO_VERSION =~ ^1\.(9|10|11)\. ]]; then make lint; fi
# Style is only checked against the latest supported Go version.
- if [[ $TRAVIS_GO_VERSION =~ ^1\.(14)\. ]]; then make style; fi