Updated .travis

This commit is contained in:
Jragonmiris
2013-07-30 07:15:54 -07:00
parent f0e9979546
commit 3e9d0b51f0

View File

@@ -6,7 +6,7 @@ go:
script:
- go get -d -v ./... && go build -v ./...
- go test -v ./...
- gofmt -d ./...
- gofmt -d .
after_failure: failure
after_error: failure