aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKevin Lyda <kevin@ie.suberic.net>2017-01-27 08:48:29 +0000
committerNiall Sheridan <nsheridan@gmail.com>2017-01-27 08:48:29 +0000
commit13054312850d1014e814d2f64afa030a4fea5ef3 (patch)
treec7b7ff70ef7b45aab9f95421f656e2e218465176 /.travis.yml
parentfe53f90bf0c7fab6cbf5cb019a337e02c6b3ffbf (diff)
Move tests out of travis config to a standalone script
Can also be used as a pre-commit hook.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 441fa19..d36d907 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,8 +26,4 @@ before_script:
sudo: false
script:
- - go install -v ./cmd/cashier ./cmd/cashierd
- - go list ./... |grep -v vendor/ |xargs go test
- - gofmt -d $(find -type f -name '*.go' -not -path './vendor/*')
- - go list ./... |grep -v vendor/ |xargs go vet
- - go list ./... |grep -v vendor/ |xargs -L1 golint -set_exit_status
+ - ./run_tests.sh