Skip to content

Commit

Permalink
travis redis test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rastusik committed Jan 21, 2016
1 parent cacab98 commit 2b64b0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ php:
- hhvm

before_script:
- phpenv config-add misc/travis.php.ini
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-add misc/travis.php.ini; fi
- composer install -o

sudo: false

services:
- redis-server

0 comments on commit 2b64b0f

Please sign in to comment.