Skip to content

Commit

Permalink
Adding redis extension
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronweatherall committed Feb 20, 2015
1 parent 287fb71 commit c8091aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install:
before_script:
- mysql -e 'create database fixtures_tests;'
- mysql -u root fixtures_tests < ./tests/Support/Scripts/create_fixtures_db.sql
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml
Expand Down

0 comments on commit c8091aa

Please sign in to comment.