From 263010e3ec743939d1ec2542f41101737a82b648 Mon Sep 17 00:00:00 2001 From: Leonardo Zide Date: Sat, 9 Mar 2019 11:46:10 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e5e7c0a5..ad22f99c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,9 +43,7 @@ install: fi script: - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - source /opt/qt510/bin/qt510-env.sh ; - fi + - if [ "$TRAVIS_OS_NAME" == "linux" ]; then /opt/qt510/bin/qt510-env.sh; fi - qmake PREFIX=/usr -v - qmake PREFIX=/usr -r - make -j4