From 6e5b5c0e50856cfde30c845c9364273e75272ac0 Mon Sep 17 00:00:00 2001 From: William Woodall Date: Tue, 30 Jan 2018 19:12:35 -0800 Subject: [PATCH] simpler --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b4d5acc..599aa35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ install: - make install_deps - source setup.bash script: - - CMAKE_ARGS=-DPYTHON_EXECUTABLE=$(which python2) make && make test + - mkdir build && cd build && cmake .. -DPYTHON_EXECUTABLE=$(which python2) && make && make test