Skip to content

Commit c9f9354

Browse files
committed
[skip appveyor] run also update
1 parent fd565e6 commit c9f9354

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
@@ -15,7 +15,7 @@ before_install:
1515

1616
install:
1717
- sudo apt-get install cmake
18-
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then sudo add-apt-repository ppa:fkrull/deadsnakes -y; fi
18+
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then sudo add-apt-repository ppa:fkrull/deadsnakes -y && sudo apt-get update; fi
1919
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then sudo apt-get install libpython3.5-dev; fi
2020
- python -m pip install --upgrade pip
2121
- pip install -r requirements.txt

0 commit comments

Comments
 (0)