mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-19 20:48:31 +02:00
Remove sudo: from .travis.yml (#571)
TravisCI has migrated their infrastructure: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
This commit is contained in:
parent
76d3ea8d4f
commit
d402155878
1 changed files with 0 additions and 2 deletions
|
@ -9,10 +9,8 @@ matrix:
|
|||
include:
|
||||
- python: "3.7"
|
||||
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
|
||||
sudo: required # required for Python >= 3.7 (travis-ci/travis-ci#9069)
|
||||
- python: "nightly"
|
||||
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
|
||||
sudo: required # required for Python >= 3.7 (travis-ci/travis-ci#9069)
|
||||
install:
|
||||
- "pip install -e ."
|
||||
- "pip install pycrypto>=2.6"
|
||||
|
|
Loading…
Add table
Reference in a new issue