diff --git a/.travis.yml b/.travis.yml index f55b1c7..c2eb9ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,9 @@ env: QT_DIR=$TRAVIS_BUILD_DIR/Qt$QT_VER PYQT_VER=5.6 PYQT_DIR=$TRAVIS_BUILD_DIR/PyQt$PYQT_VER-with_src - PYQT_DIST_DIR=$TRAVIS_BUILD_DIR/PyQt5 # This folder should have the same same than the python package + PYQT_DIST_DIR=$TRAVIS_BUILD_DIR/PyQt5 CACHE_NAME=Qt5.6.3-PyQt5.6 + # Note: PYQT_DIST_DIR folder should have the same name than the python package # - QT_VER=5.9.2 PYQT_VER=5.9 CACHE_NAME=Qt5.9.2-PyQt5.9 >> 5.9 does not work global: - GH_REF: git@github.com:smarie/PyQt5-minimal.git