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

[TASK] Start memcached on travis-ci build

Travis CI does not start memcached by default any more.
Add the memcached service to the travis.yaml

Change-Id: I27f4de6e1c0685632516b18c30858d61b793656e
Reviewed-on: http://review.typo3.org/15479
Reviewed-by: Helmut Hummel
Tested-by: Helmut Hummel
parent 883811d9
No related merge requests found
...@@ -10,6 +10,9 @@ branches: ...@@ -10,6 +10,9 @@ branches:
only: only:
- master - master
services:
- memcache
before_script: 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
......
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