.travis.yml: speed up tests on Travis

This should decrease test runtime to about 30 seconds.
This commit is contained in:
Felix Lange
2015-02-20 12:15:08 +01:00
parent 66abe2e3d4
commit 654f7f707c
2 changed files with 8 additions and 6 deletions

View File

@@ -11,10 +11,7 @@ install:
# - go get golang.org/x/tools/cmd/vet
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
- go get github.com/mattn/goveralls
- go get gopkg.in/check.v1
- go get github.com/tools/godep
before_script:
- godep restore
- gofmt -l -w .
- goimports -l -w .
- golint .