Skip to content

Commit

Permalink
nesting level issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Jun 21, 2012
1 parent 99464c2 commit 10532b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
- CAKE_VERSION=2.2

before_script:
- for file in `find /home/vagrant/.phpenv -name 'xdebug.ini'`; do echo "xdebug.max_nesting_level=200" >> $file; done;
- cd .. # ~/builds/<user>
- git clone git://github.com/cakephp/cakephp
- cd cakephp # ~/builds/<user>/cakephp
Expand Down

0 comments on commit 10532b3

Please sign in to comment.