Travis.ci isn't actually building the package because there's no test files; fix that.

This commit is contained in:
Pietro Gagliardi 2014-03-05 12:13:44 -05:00
parent 9886dc2c16
commit ed52f0a361
1 changed files with 3 additions and 0 deletions

View File

@ -25,3 +25,6 @@ before_install:
- GOOS=windows GOARCH=386 go install std
- GOOS=windows GOARCH=amd64 go tool dist install pkg/runtime
- GOOS=windows GOARCH=amd64 go install std
install:
- go install ./...