mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:56:12 +01:00
[CLEANUP] Remove the TYPO3_PATH_ROOT settings from .travis.yml (#23)
This environment variable is not needed anymore.
This commit is contained in:
parent
a4089e04e9
commit
67eb471c04
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ php:
|
|||
env:
|
||||
global:
|
||||
- typo3DatabaseHost=localhost typo3DatabaseName=typo3 typo3DatabaseUsername=travis typo3DatabasePassword=''
|
||||
- TYPO3_PATH_ROOT=$PWD/.Build/public
|
||||
matrix:
|
||||
- TYPO3_VERSION="^8.7" DEPENDENCIES=latest
|
||||
- TYPO3_VERSION="^8.7" DEPENDENCIES=oldest
|
||||
|
|
Loading…
Reference in a new issue