Skip to content

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
e-oz committed Jan 26, 2015
1 parent beb807a commit a78ba38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ php:
- 5.4
env:
- DB=redis
services:
- redis-server

before_script:
before_script:
- phpenv config-add test/php.config

# omitting "script:" will default to phpunit
Expand Down

0 comments on commit a78ba38

Please sign in to comment.