Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjoppich committed Apr 15, 2020
1 parent 29e5389 commit c147510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
- pwd
- wget -O qt-opensource.run http://download.qt.io/official_releases/qt/5.14/5.14.2/qt-opensource-linux-x64-5.14.2.run
- chmod u+x qt-opensource.run
- sudo ./qt-opensource.run --verbose -platform minimal --script /home/travis/build/mjoppich/bioGUI/silent_qt_install.qs
- sudo ./qt-opensource.run --verbose --platform minimal --script /home/travis/build/mjoppich/bioGUI/silent_qt_install.qs
- ls /opt/Qt5.14.2/
- export PATH=/opt/Qt5.14.2/5.14.2/gcc_64/bin/:$PATH
- cd /home/travis/build/mjoppich/bioGUI
Expand Down

0 comments on commit c147510

Please sign in to comment.