Skip to content

Commit

Permalink
Clean up some obsolete parts in travis.yml
Browse files Browse the repository at this point in the history
They have recently released official support for py3.7 and removed the
sudo true/false distinction.
  • Loading branch information
coldfix committed Dec 3, 2018
1 parent 945e001 commit a88b82c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
Expand Up @@ -5,24 +5,11 @@ matrix:
- python: "3.6"
- python: "3.7"
dist: xenial
sudo: true

# Build inside docker containers instead of virtual machines. These are
# faster, start quicker and support caching. Only downside: sudo is not
# supported.
sudo: false

# Build on Ubuntu 14.04 LTS Server Edition 64 bit (Trusty Tahr) to pull
# in a more recent version of the git CLI than on Precise Pangolin
# (needed for the scripts):
dist: trusty

# Need to install libgit2 manually to make sure we get a recent version
# of the development files – needed to build pygit2:
env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib

# Dependencies can be installed as follows. This works only for packages
# whitelisted on https://github.com/travis-ci/apt-package-whitelist:
addons:
apt:
packages:
Expand Down

0 comments on commit a88b82c

Please sign in to comment.