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 Aug 7, 2020
1 parent 5f9cad9 commit c6941a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
os: linux

before_install:
- sudo /bin/dd if=/dev/zero of=/var/swap bs=1M count=1024
- sudo /bin/dd if=/dev/zero of=/var/swap bs=1M count=2048
- sudo /sbin/mkswap /var/swap
- sudo /sbin/swapon /var/swap
#- echo "memory_limit=4096M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
Expand Down

0 comments on commit c6941a4

Please sign in to comment.