Skip to content

Commit

Permalink
Use qt54 for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo Ferrazzo committed Nov 6, 2015
1 parent 802baa5 commit bfbe44f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ env:
- ZMQ="https://github.com/zeromq/zeromq3-x.git"
- ZMQ="https://github.com/zeromq/zeromq4-x.git" SODIUM="git://github.com/jedisct1/libsodium.git -b 0.4.5"
before_install:
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-add-repository -y ppa:beineri/opt-qt542
- sudo apt-get update -qq
- sudo apt-get install -qq qtdeclarative5-dev
- sudo apt-get install -qq qt54declarative qt54base
- sudo apt-get install uuid-dev
- '[ -z "$SODIUM" ] || git clone --depth 1 $SODIUM ~/libsodium'
- '[ -z "$SODIUM" ] || pushd ~/libsodium'
Expand All @@ -26,6 +26,6 @@ before_install:
- popd

script:
- qmake -qt=qt5
- /opt/qt54/bin/qmake
- make
- make check

0 comments on commit bfbe44f

Please sign in to comment.