travisci yaml added.

This commit is contained in:
nobonobo 2013-11-27 09:15:09 +09:00
parent 3fb505671b
commit c175b9347a

15
.travis.yaml Normal file
View file

@ -0,0 +1,15 @@
language: go
go:
- 1.0
- 1.1
- tip
install:
- git submodule init
- git submodule update
- make
- go install
script:
- go test ./