Added .travis.yml

This commit is contained in:
Christian Muehlhaeuser 2018-04-14 23:08:00 +02:00
parent 0e848b9e6c
commit b449fde933
1 changed files with 29 additions and 0 deletions

29
.travis.yml Normal file
View File

@ -0,0 +1,29 @@
language: go
os:
- linux
- osx
go:
- 1.4
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- tip
matrix:
exclude:
- os: osx
go: 1.4
- os: osx
go: 1.5.x
- os: osx
go: 1.6.x
notifications:
email:
on_success: change
on_failure: always