test against travis-ci

This commit is contained in:
Arthur Axel 'fREW' Schmidt 2014-06-07 17:00:52 -05:00 committed by Jakob Borg
parent 82cfd37263
commit b2988cdd35
1 changed files with 12 additions and 0 deletions

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: go
go:
- 1.2
- tip
install:
- export PATH=$PATH:$HOME/gopath/bin
- ./build.sh setup
script:
- ./build.sh test