We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1db06 commit eac7dcdCopy full SHA for eac7dcd
1 file changed
.travis.yml
@@ -5,4 +5,4 @@ env:
5
- OUTPUT=$(for file in $FILES; do curl -s -F out=gnu -F doc=@$file $CHECKER; done)
6
7
script:
8
- - if [ -n "$OUTPUT" ]; then printf "$OUTPUT"; echo; exit 1; fi
+ - if [ -n "$OUTPUT" ]; then printf "$OUTPUT"; exit 1; fi
0 commit comments