Skip to content

Commit 2dcb0a5

Browse files
author
Jeremiah VALERIE
committed
Increase php memory for composer with php 5.6
1 parent c01ba47 commit 2dcb0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
include:
3333
- stage: Test
3434
php: 5.6
35-
env: COMPOSER_UPDATE_FLAGS=--prefer-lowest SYMFONY_DEPRECATIONS_HELPER=disabled GRAPHQLPHP_VERSION=^0.11.2
35+
env: COMPOSER_MEMORY_LIMIT=-1 COMPOSER_UPDATE_FLAGS=--prefer-lowest SYMFONY_DEPRECATIONS_HELPER=disabled GRAPHQLPHP_VERSION=^0.11.2
3636
- php: 5.6
3737
env: SYMFONY_VERSION=3.1.* SYMFONY_DEPRECATIONS_HELPER=disabled GRAPHQLPHP_VERSION=0.12
3838
- php: 7.0

0 commit comments

Comments
 (0)