Skip to content

Commit 2c7cba9

Browse files
Merge pull request #230 from baopham/hotfix/travis-fix
Fix issues with travis ci
2 parents ae85c92 + 587ede8 commit 2c7cba9

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
@@ -15,7 +15,7 @@ before_script:
1515
- java -Djava.library.path=./DynamoDBLocal_lib -jar dynamodb_local/DynamoDBLocal.jar --port 3000 &
1616
- sleep 2
1717
- composer self-update
18-
- composer install
18+
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction
1919

2020
script: ./vendor/bin/phpunit
2121

0 commit comments

Comments
 (0)