From 8365c185bf10e6f1aa41a1318f83e26b44fe204f Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sat, 5 Sep 2015 00:17:42 -0400 Subject: [PATCH] travis-ci osx remove extra qtlogging.ini --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b6acfa58..f75189729 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,9 +23,7 @@ cache: before_install: - cd ${TRAVIS_BUILD_DIR} && git fetch --unshallow && git fetch --tags - - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then mkdir -p $HOME/Library/Preferences/QtProject/ && echo "[Rules]\n *Log.debug=false" >> $HOME/Library/Preferences/QtProject/qtlogging.ini; fi - - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then cp ${TRAVIS_BUILD_DIR}/test/qtlogging.ini ~/Library/Preferences/; fi - - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then cp ${TRAVIS_BUILD_DIR}/test/qtlogging.ini ~/Library/Preferences/QtProject/; fi + - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then mkdir -p $HOME/Library/Preferences/QtProject/ && cp ${TRAVIS_BUILD_DIR}/test/qtlogging.ini ~/Library/Preferences/QtProject/; fi install: - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then -- 2.22.0