Skip to content

Commit

Permalink
travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBruchmann committed Apr 16, 2018
1 parent 7ccfbec commit 3759070
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 @@ -52,7 +52,7 @@ script:
- >
echo;
echo "Running unit tests";
vendor/bin/phpunit --colors -c vendor/typo3/testing-framework/Resources/Core/Build/UnitTests.xml Tests/Unit/
.Build/vendor/bin/phpunit --colors -c .Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTests.xml Tests/Unit/
- >
echo;
echo "Running php lint";
Expand Down

0 comments on commit 3759070

Please sign in to comment.