Added travis-ci config

This commit is contained in:
Cristian Maglie
2015-01-01 18:57:04 +01:00
parent 7ef6adccaa
commit a0921585d3

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
language: go
go:
- 1.4
- tip
notifications:
email:
recipients:
- c.maglie@bug.st
on_success: change
on_failure: always