Try to reduce travis load

This commit is contained in:
Laurent Destailleur 2017-09-14 09:33:10 +02:00
parent 6a650be43d
commit 3cd4aa434d

View File

@ -7,14 +7,9 @@ sudo: required
language: php language: php
php: # Start on every boot
- '5.3' services:
- '5.4' - memcached
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- nightly
addons: addons:
mariadb: '10.0' mariadb: '10.0'
@ -34,15 +29,20 @@ addons:
# We need pgloader for import mysql database into pgsql # We need pgloader for import mysql database into pgsql
- pgloader - pgloader
# Start on every boot php:
services: - '5.3'
- memcached - '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- hhvm
- nightly
env: env:
global: global:
# Set to true for very verbose output # Set to true for very verbose output
- DEBUG=false - DEBUG=false
matrix:
# MariaDB overrides MySQL installation so it's not possible to test both yet # MariaDB overrides MySQL installation so it's not possible to test both yet
#- DB=mysql #- DB=mysql
- DB=mariadb - DB=mariadb
@ -57,6 +57,7 @@ env:
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- php: hhvm
- php: nightly - php: nightly
# We exclude some combinations not usefull to save Travis CPU # We exclude some combinations not usefull to save Travis CPU
exclude: exclude:
@ -66,6 +67,8 @@ matrix:
env: DB=postgresql env: DB=postgresql
- php: 5.6 - php: 5.6
env: DB=postgresql env: DB=postgresql
- php: nightly
env: DB=postgresql
notifications: notifications:
email: email: