Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
[BUGFIX] Provide cli_dispatch.phpsh for 8.7 on Travis (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Apr 20, 2018
1 parent a5b0f9d commit fb159cd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ before_install:
install:
- >
composer require typo3/minimal=$TYPO3_VERSION;
if [ "$TYPO3_VERSION" == "^8.7" ]; then
composer require pagemachine/typo3-composer-legacy-cli;
fi;
composer show;
- >
.Build/vendor/bin/typo3cms install:setup --non-interactive --site-setup-type="site"
--database-user-name="${DATABASE_USER}" --database-host-name="${DATABASE_HOST}"
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## 5.x.y

### Added

### Changed

### Deprecated

### Removed

### Fixed
- Provide cli_dispatch.phpsh for 8.7 on Travis (#33)

## 4.8.37

### Added
Expand Down

0 comments on commit fb159cd

Please sign in to comment.