Skip to content

Commit 7049f7d

Browse files
committed
Better title and cleaner output
1 parent 83c183a commit 7049f7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ matrix:
4141
- |
4242
# install_test is a helper to create folded reports (From Symfony)
4343
install_test () {
44-
local title="./tests/install.sh \"$1\" \"$2\" \"$3\""
44+
local title="$1 \"$2\" ..."
4545
local fold=$(date +%s%N)
4646
echo -e "travis_fold:start:$fold"
4747
echo -e "\\e[1;34m$title\\e[0m"
48+
echo "./tests/install.sh \"$1\" \"$2\" \"$3\""
4849
./tests/install.sh "$1" "$2" "$3" 2>&1
4950
local ok=$?
5051
(exit $ok) &&

0 commit comments

Comments
 (0)