mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
Update Travis to trusty and increase PHP memory limit
This commit is contained in:
parent
3d00342ac2
commit
5920058287
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user