From c32cee809833ecc951f0b808c0f7bc349d2c3066 Mon Sep 17 00:00:00 2001 From: Eugene Shalygin Date: Mon, 20 Mar 2017 14:50:28 +0100 Subject: [PATCH] travis: remove redundant 'cd' command --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa52481f6..9a5a4e7be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -177,7 +177,6 @@ script: - | cd "$TRAVIS_BUILD_DIR" if [ "$build_system" = "cmake" ]; then - cd "$TRAVIS_BUILD_DIR" mkdir build cd build cmake -DGUI=${gui} -DCMAKE_INSTALL_PREFIX="$qbt_path" "$MY_CMAKE_OPENSSL_HINT" \