Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkribeiro committed Mar 22, 2019
1 parent 4e73098 commit e89280f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php

php:
- 7.1
- 7.2

matrix:
fast_finish: true
Expand Down Expand Up @@ -30,7 +30,7 @@ before_script:

script:
- phpcs --ignore=vendor/* --standard=Symfony --warning-severity=0 .
- phpunit --configuration phpunit.xml
- ./vendor/bin/phpunit --configuration phpunit.xml

after_success:
- travis_retry php vendor/bin/php-coveralls -v

0 comments on commit e89280f

Please sign in to comment.