Skip to content

Commit d31d99e

Browse files
committed
Adding more verbosity to travis build logs
1 parent a49fb60 commit d31d99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [[ ! -z $TASK ]]; then
1818
./go $TASK
1919
fi
2020
else
21-
./go $TASK
21+
./go --verbose $TASK
2222
fi
2323
fi
2424

0 commit comments

Comments
 (0)