Skip to content

Commit

Permalink
next attempt at git diff output from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Dec 21, 2016
1 parent 8f9ce3a commit d764655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis-check-style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
make check-style
if [[ $(git status -s) ]];
then
git diff
git --no-pager diff
tput setaf 1;
echo "Code does not adhere to the project standards. Run \"make check-style\".";
exit 1;
Expand Down

0 comments on commit d764655

Please sign in to comment.