Skip to content

Commit

Permalink
[CHG] Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpeiffer committed Oct 4, 2016
1 parent e82dad0 commit 33041fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: python
sudo: false
sudo: true
cache:
apt: true
directories:
Expand All @@ -11,8 +11,8 @@ python:
addons:
apt:
# only add the two lines below if you need wkhtmltopdf for your tests
# sources:
# - pov-wkhtmltopdf
sources:
- pov-wkhtmltopdf
# Search your sources alias here:
# https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json
packages:
Expand All @@ -23,7 +23,7 @@ addons:
- python-yaml
# Search your packages here:
# https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise
# - wkhtmltopdf # only add if needed and check the before_install section below
- wkhtmltopdf # only add if needed and check the before_install section below

# set up an X server to run wkhtmltopdf.
#before_install:
Expand Down

0 comments on commit 33041fe

Please sign in to comment.