Skip to content

Commit

Permalink
Correct typo in package names.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-osman committed Nov 7, 2017
1 parent c06432c commit ada6c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ compiler:
install:
- sudo add-apt-repository -y ppa:beineri/opt-qt592-trusty
- sudo apt-get update -qq
- sudo apt-get install -qq cmake qt592base
- sudo apt-get install -qq cmake qt59base

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

script:
- cmake -DBUILD_TESTS=on .
Expand Down

0 comments on commit ada6c53

Please sign in to comment.