From 93f8eb8f6fcdd0d2ace22fe382a83669d62995a1 Mon Sep 17 00:00:00 2001 From: bunnei Date: Tue, 12 Jun 2018 16:34:09 -0400 Subject: [PATCH] travis: Remove step to compile and run tests. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f6adcda..2ed6956 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,4 @@ before_script: - cd build - cmake .. -DCMAKE_BUILD_TYPE=Release -script: make && make test - -after_failure: if [ -d Testing ]; then cat Testing/Temporary/LastTest.log; fi \ No newline at end of file +script: make