Added .travis.yml

This commit is contained in:
Christian Muehlhaeuser 2018-11-22 04:35:59 +01:00
parent e5504270b2
commit 02554d0c6e
No known key found for this signature in database
GPG Key ID: 3CF9FA45CA1EBB7E
1 changed files with 18 additions and 0 deletions

18
.travis.yml Normal file
View File

@ -0,0 +1,18 @@
language: go
os:
- linux
- osx
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip
notifications:
email:
on_success: change
on_failure: always