Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
travis: test bin files in standalone run
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jul 24, 2018
1 parent 4d4fc05 commit 0e65781
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ script:
do
vendor/bin/phpunit $DIRECTORY
done
# test run bin files
packages/EasyCodingStandard/bin/ecs
packages/ChangelogLinker/bin/changelog-linker
packages/Statie/bin/statie
packages/LatteToTwigConverter/bin/latte-to-twig-converter
packages/MonorepoBuilder/bin/monorepo-builder
fi
# validate monorepo <=> packages composer dependencies
Expand Down

0 comments on commit 0e65781

Please sign in to comment.