Commit e617a38e authored by Marco Pivetta's avatar Marco Pivetta

Stop testing 5.4 and 5.5

parent 7d01ce70
...@@ -8,8 +8,6 @@ cache: ...@@ -8,8 +8,6 @@ cache:
- $HOME/.composer/cache - $HOME/.composer/cache
php: php:
- 5.4
- 5.5
- 5.6 - 5.6
- 7.0 - 7.0
- hhvm - hhvm
...@@ -34,14 +32,6 @@ script: ./vendor/bin/phpunit --configuration tests/travis/$DB.travis.xml ...@@ -34,14 +32,6 @@ script: ./vendor/bin/phpunit --configuration tests/travis/$DB.travis.xml
matrix: matrix:
fast_finish: true fast_finish: true
include: include:
- php: 5.4
env: DB=mariadb
addons:
mariadb: 5.5
- php: 5.5
env: DB=mariadb
addons:
mariadb: 5.5
- php: 5.6 - php: 5.6
env: DB=mariadb env: DB=mariadb
addons: addons:
...@@ -55,14 +45,6 @@ matrix: ...@@ -55,14 +45,6 @@ matrix:
addons: addons:
mariadb: 5.5 mariadb: 5.5
- php: 5.4
env: DB=mariadb
addons:
mariadb: 10.0
- php: 5.5
env: DB=mariadb
addons:
mariadb: 10.0
- php: 5.6 - php: 5.6
env: DB=mariadb env: DB=mariadb
addons: addons:
...@@ -76,14 +58,6 @@ matrix: ...@@ -76,14 +58,6 @@ matrix:
addons: addons:
mariadb: 10.0 mariadb: 10.0
- php: 5.4
env: DB=mariadb
addons:
mariadb: 10.1
- php: 5.5
env: DB=mariadb
addons:
mariadb: 10.1
- php: 5.6 - php: 5.6
env: DB=mariadb env: DB=mariadb
addons: addons:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment