File tree Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
2
jdk : oraclejdk8
3
3
branches :
4
- only : master
4
+ only :
5
+ - master
6
+ - " /.*-[0-9]+\\ ..*/"
5
7
install : true
6
8
script : " .travis/build.sh"
7
- after_success : " .travis/notify.sh Travis-Success"
8
- after_failure : " .travis/notify.sh Travis-Failure"
9
9
env :
10
10
global :
11
11
- secure : jfLGfR3IVQRkBSqNkbh19KtYAbyEm0+y/9Mlbf9Myu7NgkyJEGmj9j9iFZ2zJjUrVUI3JcUBTFBIDngHnTtVKa75STNtcfxxP+XTM45YKSU7s0ef5/8uhzE1ImLpYkTRue9G5sHtQ3Hiv11UJVaNOAN5/XD+KvSJmKpFOgRjunA=
Original file line number Diff line number Diff line change 1
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
2
+ curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/travis-build.sh
3
+ sh travis-build.sh
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments