Skip to content

Commit

Permalink
Travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Reif committed Nov 8, 2017
1 parent 85b3d4d commit 14ea1b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ before_install:
# C++14
- if [[ $TRAVIS_OS_NAME == 'linux' ]] ; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test ; fi
#Qt5.9
- if [[ $TRAVIS_OS_NAME == 'linux' ]] ; then sudo add-apt-repository ppa:beineri/opt-qt59-trusty -y ; fi
- if [[ $TRAVIS_OS_NAME == 'linux' ]] ; then sudo add-apt-repository ppa:beineri/opt-qt592-trusty -y ; fi
- if [[ $TRAVIS_OS_NAME == 'linux' ]] ; then sudo apt-get update -qq ; fi

install:
Expand All @@ -54,6 +54,7 @@ install:
#Qt5.9
- if [[ $TRAVIS_OS_NAME == 'linux' ]] ; then sudo apt-get install qt59-meta-full ; fi
- if [[ $TRAVIS_OS_NAME == 'linux' ]] ; then source /opt/qt59/bin/qt59-env.sh ; fi
- if [[ $TRAVIS_OS_NAME == 'osx' ]] ; then brew update ; fi
- if [[ $TRAVIS_OS_NAME == 'osx' ]] ; then brew install qt5 ; fi
# - if [[ $TRAVIS_OS_NAME == 'osx' ]] ; then brew link --force qt5 && ln -s /usr/local/Cellar/qt5/5.9.1/mkspecs /usr/local/mkspecs && ln -s /usr/local/Cellar/qt5/5.9.1/plugins /usr/local/plugins ; fi

Expand Down

0 comments on commit 14ea1b5

Please sign in to comment.