Skip to content

Commit 9a5354c

Browse files
authored
Merge pull request #19 from joshmoore/travis_fold
Print travis_fold around the script
2 parents bda6217 + 69e75eb commit 9a5354c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

travis-build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# travis-build.sh - A script to build and/or release SciJava-based projects.
55
#
66

7+
echo travis_fold:start:travis-build.sh
8+
79
dir="$(dirname "$0")"
810

911
echo "== Configuring Maven =="
@@ -94,3 +96,4 @@ else
9496
echo "== Building the artifact locally only =="
9597
mvn -B install
9698
fi
99+
echo travis_fold:end:travis-build.sh

0 commit comments

Comments
 (0)