Add Travis testing

This commit is contained in:
Seth Vargo
2015-10-08 13:54:20 -04:00
parent 2e4f1ae805
commit 54fa6d76a2

21
.travis.yml Normal file
View File

@@ -0,0 +1,21 @@
sudo: false
language: go
go:
- 1.5.1
- tip
matrix:
allow_failures:
- go: tip
branches:
only:
- master
install:
- make bootstrap
script:
- make test