Merge pull request #50 from bcrowe/travis

Add sudo false to Travis config
This commit is contained in:
Phil Sturgeon 2015-07-28 17:12:41 -04:00
commit aae712bb6e

View file

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