diff options
author | Felix Lange <fjl@twurst.com> | 2015-02-20 19:15:08 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-02-20 19:18:29 +0800 |
commit | 654f7f707c9bd327fcbf0dcb89715a5930f915eb (patch) | |
tree | b6550705fc7aedf2a5e6b7850656f6984d1b743c /.travis.yml | |
parent | 66abe2e3d43c1004630c0c2f52a7f427bd51293b (diff) | |
download | dexon-654f7f707c9bd327fcbf0dcb89715a5930f915eb.tar.gz dexon-654f7f707c9bd327fcbf0dcb89715a5930f915eb.tar.zst dexon-654f7f707c9bd327fcbf0dcb89715a5930f915eb.zip |
.travis.yml: speed up tests on Travis
This should decrease test runtime to about 30 seconds.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 2dfb7e283..cf8b02f5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 . |