Skip to content

Commit 138e963

Browse files
committed
chore(travis): update apt-get
1 parent f1f3639 commit 138e963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ script:
1818
- pip install -U python-dotenv
1919
- tox
2020
before_deploy:
21+
- sudo apt-get update
2122
- pip install -r requirements.txt
2223
- pip install -r requirements-dev.txt
23-
- sudo apt-get update
2424
- pip install pypandoc
2525
- sudo apt-get install pandoc
2626
- pip install --editable .

0 commit comments

Comments
 (0)