Update Travis to trusty and increase PHP memory limit

This commit is contained in:
Robbie Averill 2019-08-15 13:53:00 +12:00
parent 3d00342ac2
commit 5920058287
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: php
dist: precise
dist: trusty
addons:
firefox: "31.0"
@ -28,6 +28,7 @@ before_script:
# Init PHP
- phpenv rehash
- phpenv config-rm xdebug.ini
- echo 'memory_limit = 2G' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
# Install composer dependencies
- composer validate