Skip to content

Commit

Permalink
Update Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bukashk0zzz committed Dec 8, 2017
1 parent a73b365 commit 41aec3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_script:
- composer install --dev --prefer-dist --no-interaction

script:
- ./vendor/bin/phpcs ./ -p --encoding=utf-8 --extensions=php --ignore=vendor --standard=./vendor/escapestudios/symfony2-coding-standard/Symfony2
- ./vendor/bin/phpcs -p --standard=./ruleset.xml
- ./vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover=coverage.xml

after_success:
Expand Down

0 comments on commit 41aec3b

Please sign in to comment.