[TASK] Travis changes and tests (#12)

This commit is contained in:
Daniel 2018-01-02 15:29:25 +01:00 committed by GitHub
parent 7e9b393d59
commit 9b4c68d952
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,18 @@ cache:
directories:
- $HOME/.composer/cache
# This is executed for all stages
before_install:
- composer self-update
- composer --version
- if php -i | grep -q xdebug; then phpenv config-rm xdebug.ini; fi
install:
- composer require typo3/cms="$TYPO3_VERSION"
- composer install
jobs:
fast_finish: true
include:
- php: 7.1
env: TYPO3_VERSION=^8.7
@ -18,6 +25,8 @@ jobs:
env: TYPO3_VERSION=^8.7
- stage: test
php: 7.1
env: TYPO3_VERSION=^8.7
script:
- composer lint
- composer cgl