diff options
-rw-r--r-- | .travis.yml | 31 | ||||
-rw-r--r-- | appveyor.yml | 52 |
2 files changed, 29 insertions, 54 deletions
diff --git a/.travis.yml b/.travis.yml index 45ce886..2610d56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,29 +35,13 @@ env: # lax (e.g. >=5.3.6 and a platform of 5.3.6 running on 7.0 which doesn't include # necessary bug fixes for 7.0) - DEPS='high' - # composer update --minimum-stability=dev - - DEPS='dev' matrix: fast_finish: true allow_failures: # HHVM may fail in all configurations - php: hhvm - env: DEPS='lock' - - php: hhvm - env: DEPS='low' - - php: hhvm - env: DEPS='high' - - php: hhvm - env: DEPS='dev' # PHP nightly may fail in all configuration - php: nightly - env: DEPS='lock' - - php: nightly - env: DEPS='low' - - php: nightly - env: DEPS='high' - - php: nightly - env: DEPS='dev' # PHP < dev version may fail with composer.lock # Currently running PHP 7.1 - php: 5.3 @@ -70,20 +54,7 @@ matrix: env: DEPS='lock' - php: 7.0 env: DEPS='lock' - # Everything may fail with --minimum-stability=dev - - php: 5.3 - env: DEPS='dev' - - php: 5.4 - env: DEPS='dev' - - php: 5.5 - env: DEPS='dev' - - php: 5.6 - env: DEPS='dev' - - php: 7.0 - env: DEPS='dev' - - php: 7.1 - env: DEPS='dev' - # Everything except HHVM/nightly should pass with update + # Everything except HHVM/nightly should pass with high/low sudo: false before_install: diff --git a/appveyor.yml b/appveyor.yml index 5e14ed6..d61ca67 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,30 +8,34 @@ services: environment: matrix: - - DEPS: lock - PHP_VERSION: 5.6 - - DEPS: low - PHP_VERSION: 5.6 - - DEPS: high - PHP_VERSION: 5.6 - - DEPS: dev - PHP_VERSION: 5.6 - - DEPS: lock - PHP_VERSION: 7.0 - - DEPS: low - PHP_VERSION: 7.0 - - DEPS: high - PHP_VERSION: 7.0 - - DEPS: dev - PHP_VERSION: 7.0 - - DEPS: lock - PHP_VERSION: 7.1 - - DEPS: low - PHP_VERSION: 7.1 - - DEPS: high - PHP_VERSION: 7.1 - - DEPS: dev - PHP_VERSION: 7.1 + - PHP_VERSION: 5.6 + DEPS: lock + - PHP_VERSION: 5.6 + DEPS: low + - PHP_VERSION: 5.6 + DEPS: high + - PHP_VERSION: 7.0 + DEPS: lock + - PHP_VERSION: 7.0 + DEPS: low + - PHP_VERSION: 7.0 + DEPS: high + - PHP_VERSION: 7.1 + DEPS: lock + - PHP_VERSION: 7.1 + DEPS: low + - PHP_VERSION: 7.1 + DEPS: high + +matrix: + fast_finish: true + allow_failures: + # PHP < dev version may fail with composer.lock + # Currently running PHP 7.1 + - PHP_VERSION: 5.6 + DEPS: lock + - PHP_VERSION: 7.0 + DEPS: lock ## Cache composer bits cache: |