Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Run tests on TYPO3 7.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Feb 3, 2016
1 parent bf65c7d commit ef1f618
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
- TYPO3_BRANCH=7.3.1
- TYPO3_BRANCH=7.4.0
- TYPO3_BRANCH=7.5.0
- TYPO3_BRANCH=7.6.0
- TYPO3_BRANCH=7.6.2
- TYPO3_BRANCH=master

matrix:
Expand All @@ -32,8 +32,8 @@ cache:
- $HOME/.composer/cache

before_script:
- if [[ $TRAVIS_PHP_VERSION = '5.6' && $TYPO3_BRANCH = '7.6.0' ]]; then PHPUNIT_FLAGS_UNIT="--coverage-clover=unit-tests-coverage.clover"; else PHPUNIT_FLAGS_UNIT=""; fi
- if [[ $TRAVIS_PHP_VERSION = '5.6' && $TYPO3_BRANCH = '7.6.0' ]]; then PHPUNIT_FLAGS_FUNCTIONAL="--coverage-clover=functional-tests-coverage.clover"; else PHPUNIT_FLAGS_FUNCTIONAL=""; fi
- if [[ $TRAVIS_PHP_VERSION = '5.6' && $TYPO3_BRANCH = '7.6.2' ]]; then PHPUNIT_FLAGS_UNIT="--coverage-clover=unit-tests-coverage.clover"; else PHPUNIT_FLAGS_UNIT=""; fi
- if [[ $TRAVIS_PHP_VERSION = '5.6' && $TYPO3_BRANCH = '7.6.2' ]]; then PHPUNIT_FLAGS_FUNCTIONAL="--coverage-clover=functional-tests-coverage.clover"; else PHPUNIT_FLAGS_FUNCTIONAL=""; fi
- npm install -g gulp
- npm install
- composer install
Expand Down

0 comments on commit ef1f618

Please sign in to comment.