Skip to content
Snippets Groups Projects
Commit ad8b06e0 authored by Helmut Hummel's avatar Helmut Hummel
Browse files

Activate tests for PHP 5.5 on travis

Change-Id: Iff803f329275f17921b26d88eb46d7b323b7c7ee
Reviewed-on: https://review.typo3.org/21635
Reviewed-by: Helmut Hummel
Tested-by: Helmut Hummel
parent 0d69c2d9
Branches
Tags
No related merge requests found
...@@ -2,6 +2,7 @@ language: php ...@@ -2,6 +2,7 @@ language: php
php: php:
- 5.3 - 5.3
- 5.4 - 5.4
- 5.5
env: env:
- DB=mysql - DB=mysql
...@@ -13,7 +14,7 @@ before_script: ...@@ -13,7 +14,7 @@ before_script:
# Install build dependencies # Install build dependencies
- git clone git://github.com/typo3-ci/TYPO3-Travis-Integration.git build-environment - git clone git://github.com/typo3-ci/TYPO3-Travis-Integration.git build-environment
- source build-environment/install-helper.sh - source build-environment/install-helper.sh
- installPhpModule igbinary - if [[ "$TRAVIS_PHP_VERSION" != "5.5" ]]; then installPhpModule igbinary; fi
- installPhpModule -y memcache - installPhpModule -y memcache
- installPhpModule redis - installPhpModule redis
- if [[ "$TRAVIS_PHP_VERSION" == "5.3" ]]; then installPhpModule -y apc; fi - if [[ "$TRAVIS_PHP_VERSION" == "5.3" ]]; then installPhpModule -y apc; fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment