mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix Travis
At some point Travis apparently decided to set the default of the `sudo` option to `false`. But that would mean I had to whitelist every package, which is not acceptable. http://docs.travis-ci.com/user/workers/container-based-infrastructure/
This commit is contained in:
parent
0c4e023c95
commit
c83883d976
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
sudo: true
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
|
|
|
|||
Loading…
Reference in a new issue