Skip to content

Commit

Permalink
Set sudo false in Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Jul 28, 2015
1 parent fe6a551 commit 376865e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ php:
- 5.5
- 5.6

sudo: false

before_script:
- echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- composer self-update
Expand Down

0 comments on commit 376865e

Please sign in to comment.