Travis changes, again..

This commit is contained in:
Derek Collison
2013-06-08 13:05:36 -07:00
parent 6864fddbd9
commit e60243cc09

View File

@@ -1,7 +1,7 @@
language: go
script:
- cd src/github.com/apcera/gnatsd
# - cd src/github.com/apcera/gnatsd
- go build
- go vet ./...
- go test -i ./...