mirror of https://github.com/EspoTek/Labrador.git
Update .travis.yml
This commit is contained in:
parent
dda63b7b17
commit
a7373d1f70
|
@ -43,11 +43,7 @@ before_install:
|
|||
|
||||
install:
|
||||
- |
|
||||
# OSX
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
brew link qt5 --force
|
||||
# Linux
|
||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
sudo apt-get -y install qt512base
|
||||
source /opt/qt*/bin/qt*-env.sh
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue