CI: Add Travis integration.

This commit is contained in:
Joachim Bauch 2020-05-12 09:58:05 +02:00
parent 6b61789c36
commit 9eb4fb1a47
Failed to extract signature
1 changed files with 27 additions and 0 deletions

27
.travis.yml Normal file
View File

@ -0,0 +1,27 @@
language: go
go:
- 1.6
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- master
cache:
directories:
- vendor/
install:
- make godeps
- make dependencies
script:
- make client
- make server
- travis_retry make test
- travis_retry make cover