Skip to content

Commit

Permalink
travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBruchmann committed Apr 16, 2018
1 parent 4a8f5d9 commit ecaeee1
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ install:
# .Build/bin/phpunit -c .Build/vendor/nimut/testing-framework/res/Configuration/UnitTests.xml Tests/Unit/;

before_script:
- export TYPO3_PATH_WEB=$PWD/.build/Web
- composer install
# - mkdir -p .Build/Web/typo3conf
- .Build/bin/typo3cms install:setup --non-interactive --database-host-name=127.0.0.1 --database-port=3306 --database-user-name=travis --database-name=typo3 --use-existing-database --admin-user-name=travis --admin-password=travis123456! --site-setup-type=site
- .Build/bin/typo3cms install:generatepackagestates

script:
- >
Expand All @@ -71,9 +75,9 @@ jobs:
allow_failures:
- env: TYPO3=dev-master
include:
- stage: test
php: 7.2
env: TYPO3=dev-master
# - stage: test
# php: 7.2
# env: TYPO3=dev-master
- stage: test
php: 7.2
env: TYPO3=~9.2.0
Expand All @@ -98,9 +102,9 @@ jobs:
- stage: test
php: 7.0
env: TYPO3=^7.6
- stage: test
php: 5.6
env: TYPO3=^7.6
- stage: test
php: 5.5
env: TYPO3=^7.6
# - stage: test
# php: 5.6
# env: TYPO3=^7.6
# - stage: test
# php: 5.5
# env: TYPO3=^7.6

0 comments on commit ecaeee1

Please sign in to comment.