Skip to content

Commit

Permalink
Resolves #6.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermoandrae committed Nov 22, 2014
1 parent 4708418 commit c1b5ebf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6

before_script:
- composer install --prefer-source --no-interaction

script:
- vendor/bin/phpunit --verbose --coverage-text
- vendor/bin/phpcs --standard=PSR2 --extensions=php src

0 comments on commit c1b5ebf

Please sign in to comment.