travis: remove redundant 'cd' command

This commit is contained in:
Eugene Shalygin 2017-03-20 14:50:28 +01:00
parent 018574e546
commit c32cee8098

View file

@ -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" \