Skip to content

Commit

Permalink
Update Travis-CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Feb 25, 2020
1 parent ee3e608 commit 0197a1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ matrix:
- php: "nightly"

before_install:
#- echo "memory_limit=4096M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini

install:
- composer update
- COMPOSER_MEMORY_LIMIT=-1 composer update
- wget -c -nc --retry-connrefused --tries=0 https://github.com/php-coveralls/php-coveralls/releases/download/v2.2.0/php-coveralls.phar -O coveralls.phar
- chmod +x coveralls.phar
- php coveralls.phar --version
Expand Down

0 comments on commit 0197a1c

Please sign in to comment.