Skip to content

Commit

Permalink
Clean up unneeded apt packages on TravisCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed May 21, 2018
1 parent c9e9afc commit f872e1e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Expand Up @@ -16,21 +16,14 @@ matrix:
env: PYPY_VERSION=6.0.0
fast_finish: true

sudo: required
sudo: false
dist: trusty
cache: pip

addons:
apt:
packages:
- libsdl2-dev
- mesa-common-dev
- fakeroot
- debhelper
- python-all
- python3-pip
- devscripts
- dput

before_install:
- 'if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; fi'
Expand Down

0 comments on commit f872e1e

Please sign in to comment.