Skip to content

Commit 9048814

Browse files
committed
Running apt-get update before installing qt
1 parent cd16959 commit 9048814

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ env:
1414
- PYTEST_VERSION=2.6.0 PYTEST_QT_FORCE_PYQT=false
1515

1616
install:
17+
- sudo apt-get update
18+
1719
# Qt
1820
- python install-qt.py
1921

0 commit comments

Comments
 (0)