Skip to content

Commit

Permalink
Fix Travis build
Browse files Browse the repository at this point in the history
As of commit f9d1d1f[1] we require `sudo`, so we tell Travis about it.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=f9d1d1f>
  • Loading branch information
cmb69 committed Jul 12, 2018
1 parent cc7b000 commit 236ae06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dist: trusty
language: c
sudo: false
sudo: required
addons:
apt:
packages:
Expand Down

0 comments on commit 236ae06

Please sign in to comment.