Skip to content

Commit 58f5b29

Browse files
committed
Named function for install output
1 parent 20821d1 commit 58f5b29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

travis-ci

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,5 @@ if [ "$TRAVIS_OS_NAME" = "osx" ]; then
123123
folded "Format check" format-check
124124
fi
125125

126-
folded ... cat "$OUT"
126+
install-output() { cat "$OUT"; }
127+
folded ... install-output

0 commit comments

Comments
 (0)