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.
2 parents bda6217 + 69e75eb commit 9a5354cCopy full SHA for 9a5354c
1 file changed
travis-build.sh
@@ -4,6 +4,8 @@
4
# travis-build.sh - A script to build and/or release SciJava-based projects.
5
#
6
7
+echo travis_fold:start:travis-build.sh
8
+
9
dir="$(dirname "$0")"
10
11
echo "== Configuring Maven =="
@@ -94,3 +96,4 @@ else
94
96
echo "== Building the artifact locally only =="
95
97
mvn -B install
98
fi
99
+echo travis_fold:end:travis-build.sh
0 commit comments