Skip to content

Commit

Permalink
Update test environment to Qt 5.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-osman committed Nov 7, 2017
1 parent f56b195 commit c06432c
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 @@ -8,12 +8,12 @@ compiler:
- gcc

install:
- sudo add-apt-repository -y ppa:beineri/opt-qt58-trusty
- sudo add-apt-repository -y ppa:beineri/opt-qt592-trusty
- sudo apt-get update -qq
- sudo apt-get install -qq cmake qt58base
- sudo apt-get install -qq cmake qt592base

before_script:
- export PATH=$PATH:/opt/qt58/bin
- export PATH=$PATH:/opt/qt592/bin

script:
- cmake -DBUILD_TESTS=on .
Expand Down

0 comments on commit c06432c

Please sign in to comment.