Correct typo in package names.
This commit is contained in:
@@ -10,10 +10,10 @@ compiler:
|
|||||||
install:
|
install:
|
||||||
- sudo add-apt-repository -y ppa:beineri/opt-qt592-trusty
|
- sudo add-apt-repository -y ppa:beineri/opt-qt592-trusty
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq cmake qt592base
|
- sudo apt-get install -qq cmake qt59base
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export PATH=$PATH:/opt/qt592/bin
|
- export PATH=$PATH:/opt/qt59/bin
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cmake -DBUILD_TESTS=on .
|
- cmake -DBUILD_TESTS=on .
|
||||||
|
|||||||
Reference in New Issue
Block a user