Skip to content

Commit fc11415

Browse files
committed
refactor(travis): Add sudo to apt installs
1 parent 6673259 commit fc11415

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: python
2-
sudo: false
2+
sudo: required
33
python:
44
- '2.7'
55
- '3.4'
@@ -21,7 +21,7 @@ before_deploy:
2121
- pip install -r requirements.txt
2222
- pip install -r requirements-dev.txt
2323
- pip install pypandoc
24-
- apt-get install pandoc
24+
- sudo apt-get install pandoc
2525
- pip install --editable .
2626
deploy:
2727
- provider: script

0 commit comments

Comments
 (0)