about summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-06-20 02:34:35 -0400
committerBen Morrison <ben@gbmor.dev>2020-06-20 02:34:35 -0400
commit2ded1ca5b4ffc37eabaac38ee8ba5d3d7b6c6a72 (patch)
tree59ed2b068e14a065b80395d39dbb3b9b1c0ca0e8 /.travis.yml
parent538e305925b9b04102ef0a4fb7cca19a6c116142 (diff)
downloadgetwtxt-2ded1ca5b4ffc37eabaac38ee8ba5d3d7b6c6a72.tar.gz
fixed build manifest
wasn't reading test files of child modules
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index bb4daa9..cef5eaf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,3 @@ script:
   - go test -v -race --coverprofile=c.out ./...
   - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
   - make
-
-after_script:
-  - make clean
-  - go test -v -run=NONE -bench . -benchmem ./...