Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/7398'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed May 6, 2015
2 parents 8755919 + af47a97 commit e2c9f14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ php:
- hhvm
- hhvm-nightly

services:
- memcached
- redis-server

install:
- if [[ $TRAVIS_PHP_VERSION != '5.6' && $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != 'hhvm-nightly' && $TRAVIS_PHP_VERSION != '7' ]]; then phpenv config-rm xdebug.ini; fi
- sudo apt-get install parallel
Expand Down

0 comments on commit e2c9f14

Please sign in to comment.