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 6458e97 commit 789cbe7Copy full SHA for 789cbe7
.travis/build.sh
@@ -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