Added .travis.yml

This commit is contained in:
Wijnand Modderman-Lenstra 2015-12-18 15:43:19 +01:00
parent 4f2b16dfcb
commit 127463dd5d

11
.travis.yml Normal file
View file

@ -0,0 +1,11 @@
language: go
go:
- 1.5.2
- tip
install:
- go get -d -v ./...
script:
- go test -v ./...