Update .travis.yml

This commit is contained in:
Leonardo Zide 2019-03-09 11:51:13 -08:00
parent eaa1959cf2
commit d5d77e4928

View file

@ -43,7 +43,7 @@ install:
fi
script:
- if [ "$QT_BASE" = "510" && "$TRAVIS_OS_NAME" = "linux" ]; then /opt/qt510/bin/qt510-env.sh; fi
- if [[ "$QT_BASE" = "510" && "$TRAVIS_OS_NAME" = "linux" ]]; then /opt/qt510/bin/qt510-env.sh; fi
- qmake PREFIX=/usr -v
- qmake PREFIX=/usr -r
- make -j4