Skip to content

Commit

Permalink
New Qt repository for Linux CI
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmi committed Feb 28, 2018
1 parent ee8f7a5 commit 005aa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ matrix:
compiler: gcc

before_install:
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then sudo add-apt-repository -y ppa:beineri/opt-qt${QT_LONG}-trusty; fi
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then sudo add-apt-repository -y ppa:beineri/opt-qt-${QT_LONG}-trusty; fi
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then sudo apt-get update -qq; fi
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then sudo apt-get install -y -qq qt${QT_BASE}base qt${QT_BASE}script qt${QT_BASE}tools; fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then rvm install ruby-2.5.0; rvm use 2.5.0; fi
Expand Down

0 comments on commit 005aa35

Please sign in to comment.