Skip to content

Commit

Permalink
Fix build on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Jan 11, 2018
1 parent 2b4a200 commit d4f2009
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 @@ -20,7 +20,7 @@ install:
script:
- find -name "*.php" -not -path "./vendor/*" -print0 | xargs -n 1 -0 php -l
- phpdbg -qrr vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
- php vendor/bin/php-cs-fixer --diff --dry-run -v fix
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix

after_script:
- php vendor/bin/coveralls -v

0 comments on commit d4f2009

Please sign in to comment.