Skip to content

Commit

Permalink
Dev: Break Travis by submitting autoload files with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 10, 2020
1 parent 785298e commit 6a60698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/check_autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
$changedLines = intval(trim($output[0]));

if ($changedLines !== 0) {
echo 'Some lines changed when running `composer dump-autoload`, which means some vendor package is not added to git. Please review.' . PHP_EOL;
echo 'Some lines changed when running `composer dump-autoload --no-dev`, which means the dev autoloader was probably submitted. Please review.' . PHP_EOL;
exit(2);
} else {
// All good.
Expand Down

0 comments on commit 6a60698

Please sign in to comment.