Add sudo false to Travis config

This commit is contained in:
Bryan Crowe 2015-07-28 17:11:05 -04:00
parent 9286d5e6c1
commit 805f950e03
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ php:
- 7.0
- hhvm
sudo: false
matrix:
allow_failures:
- php: 7.0