added travis file

This commit is contained in:
ernado 2014-07-21 09:09:53 +04:00
parent 5615604253
commit 5d9ea0f3d4

15
.travis.yml Normal file
View file

@ -0,0 +1,15 @@
language: go
go:
- 1.2
- 1.3
- release
- tip
before_install:
- export PATH=/home/travis/gopath/bin:$PATH
install:
- go get go/...
script:
- go test go/...