Skip to content

Commit 3efa0a7

Browse files
Travis: remove @dev, deb branches do not exist anymore
1 parent 092590f commit 3efa0a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ before_install:
2323
install:
2424
- sudo apt-get install -qq python-qt4 --fix-missing
2525
- sudo apt-get install -qq python3-pyqt4 --fix-missing
26-
- pip install --quiet git+https://github.com/pyQode/pyqode.qt.git@dev
27-
- pip install --quiet git+https://github.com/pyQode/pyqode.core.git@dev
26+
- pip install --quiet git+https://github.com/pyQode/pyqode.qt.git
27+
- pip install --quiet git+https://github.com/pyQode/pyqode.core.git
2828
script:
2929
- pip install --quiet .
3030
- if [ $QT_API ]; then

0 commit comments

Comments
 (0)