diff options
| author | Hugo <hugovk@users.noreply.github.com> | 2020-01-04 23:24:47 +0200 |
|---|---|---|
| committer | Hugo <hugovk@users.noreply.github.com> | 2020-01-04 23:24:47 +0200 |
| commit | 5e5f110177268911faeaa5819ba101c603e347c1 (patch) | |
| tree | ab433d487374099717d5705a52783804f7ff1bd7 | |
| parent | 7d130f6863e4444fc82ab53fcb0ab8ea508d2156 (diff) | |
| download | python-magic-5e5f110177268911faeaa5819ba101c603e347c1.tar.gz | |
sudo no longer needed https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 93e9a51..edff9fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,4 @@ language: python - -# needed to use trusty -sudo: required - dist: xenial python: |
