Skip to content

Commit

Permalink
oops, revert memory_limit settings
Browse files Browse the repository at this point in the history
  • Loading branch information
acasademont committed Dec 6, 2017
1 parent 0600f77 commit 052917f
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 @@ -17,7 +17,9 @@ matrix:
fast_finish: true

before_install:
- if ! [[ "$TRAVIS_PHP_VERSION" == hhvm* ]]; then echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;
- composer self-update
- if ! [[ "$TRAVIS_PHP_VERSION" == hhvm* ]]; then phpenv config-rm xdebug.ini; fi;

install:
- composer install
Expand Down

0 comments on commit 052917f

Please sign in to comment.