Skip to content

Commit 09da589

Browse files
committed
Fix travis typo
1 parent a930cb8 commit 09da589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ before_install:
4141
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install build-essential libgl1-mesa-dev ; fi
4242
- if [[ "$QT" == "512" ]]; then sudo add-apt-repository ppa:beineri/opt-qt-5.12.1-xenial -y; fi
4343
- if [[ "$QT" == "512" ]]; then sudo apt-get update -qq; fi
44-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -yqq install qt512base; source /opt/qt511/bin/qt512-env.sh; fi
44+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -yqq install qt512base; source /opt/qt512/bin/qt512-env.sh; fi
4545

4646
script:
4747
- mkdir build

0 commit comments

Comments
 (0)