Skip to content

Commit

Permalink
Fixing travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
moufmouf committed Apr 5, 2016
1 parent dcfe15e commit c64765a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -3,5 +3,11 @@ language: php
php:
- 7.0

before_script:
- composer install --no-interaction

script:
- phpunit

after_script:
- php vendor/bin/coveralls -v

0 comments on commit c64765a

Please sign in to comment.