Skip to content

Commit 0875cc7

Browse files
authored
Merge pull request #534 from watson-developer-cloud/pypandoc
refactor(travis): Add sudo to apt installs
2 parents abaad3b + 2e01f5b commit 0875cc7

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)