mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-12 23:36:13 +01:00

[BUGFIX] Explicitly require MySQL on Travis CI (#38)

Also properly quote the PHP version numbers as strings.
This commit is contained in:
Oliver Klee 2019-08-07 11:53:21 +02:00 committed by GitHub
parent 792f665524
commit aed64e814f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 7 deletions

View file

@ -2,6 +2,9 @@ sudo: false
language: php language: php
services:
- mysql
env: env:
global: global:
- typo3DatabaseHost=localhost typo3DatabaseName=typo3 typo3DatabaseUsername=travis typo3DatabasePassword='' - typo3DatabaseHost=localhost typo3DatabaseName=typo3 typo3DatabaseUsername=travis typo3DatabasePassword=''
@ -47,26 +50,26 @@ script:
jobs: jobs:
include: include:
- stage: test - stage: test
php: 7.2 php: "7.2"
env: TYPO3=^8.7 env: TYPO3=^8.7
- stage: test - stage: test
php: 7.1 php: "7.1"
env: TYPO3=^8.7 env: TYPO3=^8.7
- stage: test - stage: test
php: 7.0 php: "7.0"
env: TYPO3=^8.7 env: TYPO3=^8.7
- stage: test - stage: test
php: 7.2 php: "7.2"
env: TYPO3=^8.7 DEPENDENCIES_PREFERENCE="--prefer-lowest" env: TYPO3=^8.7 DEPENDENCIES_PREFERENCE="--prefer-lowest"
- stage: test - stage: test
php: 7.1 php: "7.1"
env: TYPO3=^8.7 DEPENDENCIES_PREFERENCE="--prefer-lowest" env: TYPO3=^8.7 DEPENDENCIES_PREFERENCE="--prefer-lowest"
- stage: test - stage: test
php: 7.0 php: "7.0"
env: TYPO3=^8.7 DEPENDENCIES_PREFERENCE="--prefer-lowest" env: TYPO3=^8.7 DEPENDENCIES_PREFERENCE="--prefer-lowest"
- stage: release to ter - stage: release to ter
if: tag IS present AND env(TYPO3_ORG_USERNAME) IS present AND env(TYPO3_ORG_PASSWORD) IS present if: tag IS present AND env(TYPO3_ORG_USERNAME) IS present AND env(TYPO3_ORG_PASSWORD) IS present
php: 7.0 php: "7.0"
before_install: skip before_install: skip
install: skip install: skip
before_script: skip before_script: skip

View file

@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Removed ### Removed
### Fixed ### Fixed
- Explicitly require MySQL on Travis CI (#38)
- Add .php_cs.cache to the .gitignore (#33) - Add .php_cs.cache to the .gitignore (#33)
## 2.0.0 ## 2.0.0