travis fix

This commit is contained in:
nobonobo 2014-03-05 09:00:11 +09:00
parent e7945470e7
commit 0dfcc04c47
1 changed files with 3 additions and 3 deletions

View File

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