Skip to content

Commit

Permalink
Merge pull request #1 from Jimdo/travis
Browse files Browse the repository at this point in the history
Add Travis configuration
  • Loading branch information
schnipseljagd authored Jun 22, 2016
2 parents 000a783 + c3014ae commit 1d815f2
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 1d815f2

Please sign in to comment.