File tree Expand file tree Collapse file tree 5 files changed +37
-2
lines changed Expand file tree Collapse file tree 5 files changed +37
-2
lines changed Original file line number Diff line number Diff line change 1+ language : java
2+ jdk : oraclejdk8
3+ branches :
4+ only : master
5+ install : true
6+ script : " .travis/build.sh"
7+ after_success : " .travis/notify.sh Travis-Success"
8+ after_failure : " .travis/notify.sh Travis-Failure"
9+ env :
10+ global :
11+ - secure : jGhSqptdMbp00X5BIRqkkHAS5S0ANgvPYZXJY9SEQa4Mdty69vaQk9kmvMdzFUNum0OeevQ1Vh4OFLel6wUaxDpArcVhjyhBvMVErHnWKeR1wnX13JIrZ4A/+UUVRAtP8p7O6vtNI0G5TyV2PcXdrP4a6I08v8BxAbsZOgqHvQ0=
12+ - secure : DuhY7giY3c9qVYGXZe3S4uPKEKPIaFkc0wVLxenwGNtcE9qh1XcLkOz07felc44DC6+sU3fOIT4Go1DqXf4V1ua05u2sbVrWkrHo2XTfUKbMphP19Irh1OAQx1H3blXuE8KfAZLjiJseSB/wzCs/GrDqy9V9OuOZoLu4otzvSWI=
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ dir=" $( dirname " $0 " ) "
3+ test " $TRAVIS_SECURE_ENV_VARS " = true \
4+ -a " $TRAVIS_PULL_REQUEST " = false \
5+ -a " $TRAVIS_BRANCH " = master &&
6+ mvn -Pdeploy-to-imagej deploy --settings " $dir /settings.xml" ||
7+ mvn install
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ curl -fs " https://jenkins.imagej.net/job/$1 /buildWithParameters?token=$TOKEN_NAME &repo=$TRAVIS_REPO_SLUG &commit=$TRAVIS_COMMIT &pr=$TRAVIS_PULL_REQUEST "
Original file line number Diff line number Diff line change 1+ <settings >
2+ <servers >
3+ <server >
4+ <id >imagej.releases</id >
5+ <username >travis</username >
6+ <password >${env.MAVEN_PASS}</password >
7+ </server >
8+ <server >
9+ <id >imagej.snapshots</id >
10+ <username >travis</username >
11+ <password >${env.MAVEN_PASS}</password >
12+ </server >
13+ </servers >
14+ </settings >
Original file line number Diff line number Diff line change 173173 <url >https://github.com/imglib/imglib2-algorithm/issues</url >
174174 </issueManagement >
175175 <ciManagement >
176- <system >Jenkins </system >
177- <url >http ://jenkins.imagej.net/job/ImgLib2 -algorithm/ </url >
176+ <system >Travis CI </system >
177+ <url >https ://travis-ci.org/imglib/imglib2 -algorithm</url >
178178 </ciManagement >
179179
180180 <properties >
You can’t perform that action at this time.
0 commit comments