.: add travis info

This commit is contained in:
Vincent Batts 2015-03-30 15:32:35 -04:00
parent 8af58a1af9
commit 5277ffd66c
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: go
go:
- 1.4.1
- 1.3.3
# let us have pretty, fast Docker-based Travis workers!
sudo: false
# we don't need "go get" here <3
install: true
script:
- go test -v ./...