We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c183a commit 7049f7dCopy full SHA for 7049f7d
.travis.yml
@@ -41,10 +41,11 @@ matrix:
41
- |
42
# install_test is a helper to create folded reports (From Symfony)
43
install_test () {
44
- local title="./tests/install.sh \"$1\" \"$2\" \"$3\""
+ local title="$1 \"$2\" ..."
45
local fold=$(date +%s%N)
46
echo -e "travis_fold:start:$fold"
47
echo -e "\\e[1;34m$title\\e[0m"
48
+ echo "./tests/install.sh \"$1\" \"$2\" \"$3\""
49
./tests/install.sh "$1" "$2" "$3" 2>&1
50
local ok=$?
51
(exit $ok) &&
0 commit comments