Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5076824

Browse files
committed
Increase memory limit for framework tests.
1 parent 9bc8a75 commit 5076824

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: php
22

3-
php:
3+
php:
44
- 5.3
55
- 5.4
66
- 5.5
77

88
before_script:
9+
- phpenv config-add travis.php.ini
910
- curl -s http://getcomposer.org/installer | php
1011
- php composer.phar install --prefer-source --no-interaction --dev
1112

12-
script: phpunit
13+
script: phpunit

travis.php.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
memory_limit = 1024M

0 commit comments

Comments
 (0)