mirror of https://github.com/EspoTek/Labrador.git
Update .travis.yml
This commit is contained in:
parent
61e64eb37f
commit
1a0dda344f
|
@ -34,6 +34,7 @@ before_install:
|
||||||
# OSX
|
# OSX
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
brew update
|
brew update
|
||||||
|
brew remove --force $(brew list --formula)
|
||||||
# Linux
|
# Linux
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
sudo add-apt-repository ppa:beineri/opt-qt-5.12.9-xenial -y
|
sudo add-apt-repository ppa:beineri/opt-qt-5.12.9-xenial -y
|
||||||
|
|
Loading…
Reference in New Issue