Add travis build file

This commit is contained in:
Nick Craig-Wood 2014-06-26 18:23:54 +01:00
parent cb7891f4ff
commit fdcd6a3a4c
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: go
go:
- 1.1.2
- 1.2.2
- 1.3
- tip
script:
- go test -v ./...