1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-24 10:31:57 +02:00

Merge branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/12259] Reduce the size of our test matrix

Conflicts:
	.travis.yml
This commit is contained in:
Joas Schilling
2014-03-11 09:15:33 +01:00

View File

@@ -8,9 +8,7 @@ php:
- hhvm
env:
- DB=mariadb
- DB=mysql
- DB=postgres
services:
- redis-server
@@ -36,5 +34,10 @@ script:
- sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.5' -a '$DB' = 'mysql' -a '$TRAVIS_PULL_REQUEST' != 'false' ]; then git-tools/commit-msg-hook-range.sh origin/$TRAVIS_BRANCH..FETCH_HEAD; fi"
matrix:
include:
- php: 5.4
env: DB=mariadb
- php: 5.4
env: DB=postgres
allow_failures:
- php: hhvm