Add .travis.yml

This commit is contained in:
Zlatko Čalušić 2016-11-05 18:20:43 +01:00
parent 90b4483b16
commit 8e5ee39ba6

20
.travis.yml Normal file
View file

@ -0,0 +1,20 @@
os: linux
sudo: false
language: go
go:
- 1.6
- 1.7
- tip
matrix:
allow_failures:
- go: tip
branches:
only:
- master
notifications:
email:
on_success: always