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 aedaa01 commit 18ec55fCopy full SHA for 18ec55f
.travis/build.sh
100755
100644
@@ -1,10 +1,3 @@
1
#!/bin/sh
2
-dir="$(dirname "$0")"
3
-if [ "$TRAVIS_SECURE_ENV_VARS" = true \
4
- -a "$TRAVIS_PULL_REQUEST" = false \
5
- -a "$TRAVIS_BRANCH" = master ]
6
-then
7
- mvn -Pdeploy-to-imagej deploy --settings "$dir/settings.xml"
8
-else
9
- mvn install
10
-fi
+curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/travis-build.sh
+sh travis-build.sh
0 commit comments