Fix for travis setup changes

This commit is contained in:
Derek Collison
2013-05-31 09:22:32 -07:00
parent fac20c79fe
commit ffbca0e49b

View File

@@ -2,7 +2,6 @@ language: go
script:
- cd src/github.com/apcera/gnatsd
- ls -la .
- go build
- go vet ./...
- go test -i ./...