Merge pull request #4 from nobonobo/develop

travisci yaml added.
This commit is contained in:
irieda 2013-11-26 16:15:52 -08:00
commit fe0982e666

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