Use precise only for php 5.3

This commit is contained in:
troosan 2019-09-01 21:54:28 +02:00
parent 5fe485adac
commit e9a4251c7e
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: php language: php
dist: precise dist: xenial
php: php:
- 5.3 - 5.3
@ -18,6 +18,7 @@ matrix:
- php: 7.0 - php: 7.0
env: COVERAGE=1 env: COVERAGE=1
- php: 5.3 - php: 5.3
dist: precise
env: COMPOSER_MEMORY_LIMIT=2G env: COMPOSER_MEMORY_LIMIT=2G
- php: 7.3 - php: 7.3
env: DEPENDENCIES="--ignore-platform-reqs" env: DEPENDENCIES="--ignore-platform-reqs"