Merge pull request #15 from nobonobo/develop

Develop
This commit is contained in:
irieda 2014-03-05 09:09:45 +09:00
commit fa91283ecf

View file

@ -2,11 +2,12 @@ language: go
go:
- 1.1
- 1.2
- tip
install:
- go get github.com/r7kamura/gospel
- make install
- go install .
script:
- make test
- go test .