Skip to content

Commit

Permalink
exclude some for php-parallel-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Nov 14, 2018
1 parent b13ad81 commit fabaddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -289,7 +289,7 @@ script:
# Ensure we catch errors
set -e
#parallel-lint --exclude htdocs/includes --blame .
parallel-lint --blame .
parallel-lint --exclude htdocs/includes/sabre/sabre/event/tests --exclude htdocs/includes/sabre/sabre/event/examples --exclude htdocs/includes/sabre/sabre/dav/tests --exclude htdocs/includes/sabre/sabre/vobject/tests --exclude htdocs/includes/jakub-onderka/php-parallel-lint/tests --exclude htdocs/includes/mike42/escpos-php/example --exclude htdocs/includes/phpunit/php-token-stream/tests --blame .
set +e
echo
Expand Down

0 comments on commit fabaddb

Please sign in to comment.