Skip to content

Commit

Permalink
Update prepare_system.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed May 10, 2016
1 parent ae1d701 commit eb51910
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/.travis/prepare_system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

./bin/.travis/disable_xdebug.sh

# Remove php memory limit
echo 'memory_limit = -1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini

# Install needed packages
echo "> Installing needed packages";
sudo apt-get update
Expand Down

0 comments on commit eb51910

Please # to comment.