Merge branch 'hotfix/fix-db-tests-on-travis' into feature/cms-8-support

This commit is contained in:
Daniel Siepmann 2017-08-08 10:26:19 +02:00
commit 0b8ec55c02
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -6,6 +6,7 @@ addons:
- oracle-java8-set-default - oracle-java8-set-default
before_install: before_install:
- curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.2.0.deb && sudo dpkg -i --force-confnew elasticsearch-5.2.0.deb && sudo service elasticsearch start - curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.2.0.deb && sudo dpkg -i --force-confnew elasticsearch-5.2.0.deb && sudo service elasticsearch start
- mysql -u root -e 'GRANT ALL ON `typo3_ci_ft%`.* TO travis@127.0.0.1;'
language: php language: php
@ -29,12 +30,7 @@ env:
matrix: matrix:
fast_finish: true fast_finish: true
exclude:
allow_failures: allow_failures:
- env: TYPO3_VERSION="~8"
php: 7.0
- env: TYPO3_VERSION="~8"
php: 7.1
- env: TYPO3_VERSION="dev-master" - env: TYPO3_VERSION="dev-master"
php: 7.0 php: 7.0
- env: TYPO3_VERSION="dev-master" - env: TYPO3_VERSION="dev-master"