added .travis.yml

This commit is contained in:
Serge A. Zaitsev 2015-04-10 15:04:16 +03:00
parent 5fd1626d9d
commit 95c0c04f43
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- release
- tip
script:
- go test -v ./...