From b1765af433f49b5e3e5018885eec741e24fd92bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Mon, 30 Apr 2018 18:08:40 +0200 Subject: [PATCH] travis: fix tox cmake build --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 37422ec..d4970a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,9 +26,7 @@ install: - mkdir c-toxcore && pushd c-toxcore && curl -fSsL "https://github.com/TokTok/c-toxcore/archive/v0.2.1.tar.gz" | tar -xz --strip-components 1 - && cmake -DCMAKE_INSTALL_PREFIX="$DEPENDENCY_DIR" \ - -DBUILD_AV_TEST=off \ - -DBUILD_NTOX=off + && cmake -DCMAKE_INSTALL_PREFIX="$DEPENDENCY_DIR" -DBUILD_AV_TEST=off && make install && popd