Skip to content

Commit

Permalink
Add Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bracki committed Jun 22, 2016
1 parent a64b727 commit c3014ae
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: php
php:
- 5.6

services:
- redis-server

before_script:
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- composer self-update
- composer install --no-interaction --prefer-source --dev
- phpenv rehash

script:
- vendor/bin/phpunit --verbose --colors

0 comments on commit c3014ae

Please sign in to comment.