Skip to content

Commit

Permalink
Using sudo: required in .travis.yml
Browse files Browse the repository at this point in the history
With that, we have more memory on the Travis infrastructure.  See:
https://docs.travis-ci.com/user/ci-environment/
  • Loading branch information
idgserpro authored Apr 7, 2017
1 parent 0b43480 commit cdc649c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python: 2.7
sudo: false
sudo: required
cache:
directories:
- eggs
Expand Down

0 comments on commit cdc649c

Please sign in to comment.