From e69b8381cbd757a46f79d5d5ba028fa0efe252e1 Mon Sep 17 00:00:00 2001 From: William Woodall Date: Tue, 30 Jan 2018 19:52:34 -0800 Subject: [PATCH] make tests and run_tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 403128d..06c2f24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ install: - make install_deps - source setup.bash script: - - mkdir build && cd build && cmake .. -DPYTHON_EXECUTABLE=$(which python2) && make && CTEST_OUTPUT_ON_FAILURE=1 make test + - mkdir build && cd build && cmake .. -DPYTHON_EXECUTABLE=$(which python2) && make && make tests && make run_tests