Update .travis.yml

This commit is contained in:
Leonardo Zide 2019-03-09 11:47:35 -08:00
parent 263010e3ec
commit eaa1959cf2

View file

@ -43,7 +43,7 @@ install:
fi
script:
- if [ "$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