Skip to content

Commit

Permalink
I need sudo on Travis to install pygame
Browse files Browse the repository at this point in the history
Travis CI is going to default to their container-based infrastructure (i.e. sudo: false) on Feb 14.
  • Loading branch information
mgedmin committed Mar 31, 2015
1 parent fc3d3c2 commit 104d24f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
sudo: required
python:
- 2.7
virtualenv:
Expand Down

0 comments on commit 104d24f

Please sign in to comment.