about summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
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 ./...