Skip to content

Commit

Permalink
[TASK] Disable tests for CMS 7 to allow PR testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel committed Nov 5, 2014
1 parent e4bfd13 commit 3e8127f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ php:
- 5.5

env:
- DB=mysql TYPO3=master INTEGRATION=master
- DB=mysql TYPO3=TYPO3_6-1 INTEGRATION=master
- DB=mysql TYPO3=TYPO3_6-2 INTEGRATION=master INTRODUCTION=master
- DB=mysql TYPO3=TYPO3_6-1 INTEGRATION=master INTRODUCTION=TYPO3_6-1

matrix:
fast_finish: true
include:
- php: 5.6
env: DB=mysql TYPO3=master INTEGRATION=master
# We need to work around that soon!
#matrix:
# fast_finish: true
# include:
# - php: 5.6
# env: DB=mysql TYPO3=master INTEGRATION=master

before_script:
- cd ..
Expand All @@ -22,7 +23,7 @@ before_script:
- git clone git://github.com/squizlabs/PHP_CodeSniffer.git build-environment/CodeSniffer
- git clone --single-branch --branch $TYPO3 --depth 1 https://github.com/TYPO3/TYPO3.CMS.git core
- source build-environment/install-helper.sh
- git clone --single-branch --branch $TYPO3 --depth 1 git://git.typo3.org/TYPO3CMS/Distributions/Introduction.git build-environment/Introduction
- git clone --single-branch --branch $INTRODUCTION --depth 1 git://git.typo3.org/TYPO3CMS/Distributions/Introduction.git build-environment/Introduction
- mv core/typo3 .
- if [[ -d core/t3lib ]]; then mv core/t3lib . ; fi
- mv build-environment/typo3conf .
Expand Down

0 comments on commit 3e8127f

Please sign in to comment.