Skip to content

Commit

Permalink
[TASK] Update supporting files to EXT:my_skeleton 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabRecht committed Nov 3, 2020
1 parent b1a5ee9 commit 97a5662
Showing 1 changed file with 12 additions and 24 deletions.
36 changes: 12 additions & 24 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ services:
jobs:
fast_finish: true
allow_failures:
- if: type != cron
env: TYPO3=dev-master
- if: type != cron
env: TYPO3=10.4.x-dev
- if: type != cron
Expand All @@ -36,8 +34,10 @@ jobs:
stage: 🏃 tests
before_install:
- if php -i | grep -v TRAVIS_CMD | grep -q xdebug; then phpenv config-rm xdebug.ini; fi
- composer self-update --1
install:
- composer require --no-progress --no-suggest nimut/typo3-complete:"$TYPO3"
- composer require --no-progress --no-suggest --no-update nimut/typo3-complete:"$TYPO3"
- composer update
- git checkout composer.json
before_script:
- mkdir -p .Build/public/typo3conf/ext/
Expand Down Expand Up @@ -130,6 +130,8 @@ jobs:
depth: false
php: 7.2
env: TYPO3="^8.7 ^9.5 ^10.4"
before_install:
- composer self-update --1
before_script:
- mkdir -p .Log/coverage/ .Log/junit/
- export TYPO3_PATH_WEB=$PWD/.Build/public
Expand All @@ -147,7 +149,8 @@ jobs:
echo;
echo;
git clean -Xdf;
composer require --dev --no-progress --no-suggest nimut/typo3-complete:"$TYPO3";
composer require --dev --no-progress --no-suggest --no-update nimut/typo3-complete:"$TYPO3";
composer update;
git checkout composer.json;
VERSION=${TYPO3//[!0-9]/};
Expand Down Expand Up @@ -175,7 +178,8 @@ jobs:
echo "Merging log and coverage files";
echo;
echo;
composer require --no-progress --no-suggest --update-with-all-dependencies nimut/phpunit-merger;
composer require --no-progress --no-suggest --no-update nimut/phpunit-merger;
composer update;
.Build/bin/phpunit-merger coverage .Log/coverage/ .Log/coverage.xml;
.Build/bin/phpunit-merger log .Log/junit/ .Log/junit.xml;
fi
Expand All @@ -192,23 +196,18 @@ jobs:
stage: 🏃 dev tests
before_install:
- if php -i | grep -v TRAVIS_CMD | grep -q xdebug; then phpenv config-rm xdebug.ini; fi
- composer self-update --1
- composer config minimum-stability dev
- composer config prefer-stable true
- composer require --no-progress --no-suggest --no-update typo3/cms-backend:"@dev"
php: 7.4
env: TYPO3=dev-master
- <<: *dev-tests
php: 7.4
env: TYPO3=10.4.x-dev
- <<: *dev-tests
php: 7.4
env: TYPO3=9.5.x-dev
- <<: *dev-tests
php: 7.4
env: TYPO3=8.7.x-dev
- <<: *dev-tests
php: 7.3
env: TYPO3=dev-master
- <<: *dev-tests
php: 7.3
env: TYPO3=10.4.x-dev
Expand All @@ -218,9 +217,6 @@ jobs:
- <<: *dev-tests
php: 7.3
env: TYPO3=8.7.x-dev
- <<: *dev-tests
php: 7.2
env: TYPO3=dev-master
- <<: *dev-tests
php: 7.2
env: TYPO3=10.4.x-dev
Expand All @@ -243,12 +239,10 @@ jobs:
if: type = cron
install:
- composer require --no-progress --no-suggest --no-update typo3/cms-composer-installers:"^1.5 || ^2.0"
- composer require --no-progress --no-suggest --prefer-lowest nimut/typo3-complete:"$TYPO3"
- composer require --no-progress --no-suggest --no-update --prefer-lowest nimut/typo3-complete:"$TYPO3"
- composer update
- git checkout composer.json
php: 7.4
env: TYPO3=dev-master
- <<: *lowest-tests
php: 7.4
env: TYPO3=^10.4
- <<: *lowest-tests
php: 7.4
Expand All @@ -265,9 +259,6 @@ jobs:
- <<: *lowest-tests
php: 7.4
env: TYPO3=8.7.x-dev
- <<: *lowest-tests
php: 7.3
env: TYPO3=dev-master
- <<: *lowest-tests
php: 7.3
env: TYPO3=^10.4
Expand All @@ -286,9 +277,6 @@ jobs:
- <<: *lowest-tests
php: 7.3
env: TYPO3=8.7.x-dev
- <<: *lowest-tests
php: 7.2
env: TYPO3=dev-master
- <<: *lowest-tests
php: 7.2
env: TYPO3=^10.4
Expand Down

0 comments on commit 97a5662

Please sign in to comment.