Skip to content

Commit

Permalink
travis: remove stale sudo-line
Browse files Browse the repository at this point in the history
A long time ago, setting sudo to false was the way to get builds
run in the faster container-based infrastructure. That's no longer
the case, and we actually use sudo. So let's drop that line.
  • Loading branch information
kusma committed Jun 5, 2018
1 parent 8c421e6 commit 88dbe31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,7 +1,5 @@
language: c

sudo: false

install:
- wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb &&
sudo dpkg -i devkitpro-pacman.deb
Expand Down

0 comments on commit 88dbe31

Please sign in to comment.