Skip to content

Commit

Permalink
escape space-after-colon so yaml parser stops complaining
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Nov 7, 2014
1 parent 04e4c05 commit ab0d6ca
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 @@ -41,7 +41,7 @@ before_install:
fi
script:
- if git --no-pager grep --color -n --full-name ' $' -- \*.jl \*.scm \*.c \*.cpp \*.h; then
echo "Error: trailing whitespace found in source file(s)";
echo "Error:\ trailing whitespace found in source file(s)";
exit 1;
fi
- make $BUILDOPTS prefix=/tmp/julia install
Expand Down

0 comments on commit ab0d6ca

Please sign in to comment.