added .travis.yml

git-svn-id: file:///srv/svn/repo/aya/trunk@12 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
zaitsev.serge 2015-04-10 12:04:16 +00:00
parent 1be8dc1125
commit c65cbabd1d

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 ./...