From 67eb471c043b62aae1a3f932b2cd0e5c683daf81 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 27 May 2018 01:00:18 +0200 Subject: [PATCH] [CLEANUP] Remove the TYPO3_PATH_ROOT settings from .travis.yml (#23) This environment variable is not needed anymore. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 31a3836..465080c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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