File tree Expand file tree Collapse file tree 6 files changed +38
-3
lines changed
Expand file tree Collapse file tree 6 files changed +38
-3
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 : mx1gt8i3B+jBlKcmOp4kDdWQID9ypKY2h7p0nwLcMbUh8BliMyyHqhT8i1O9UJ7KOWTDi56njVe/OpL/Yq4n8iI5Qc6U8JsUMko7IVEKl6s2DUBjZ0RlVuKcVBJCUZV/nd++brRt6KAOq+rIKo2JBGcih2t4xQ8pSk2Z567uuN8=
12+ - secure : OvoesZlbqzxVHsPKkgjgbl9oaW7LLcdSkPjkjoCPi5NYn1Cm4dilAOOPV4qmwRInpsJY5YKecx8s++y36G09HW5M44MmIKFkGbyi7ug/lEYY2bfUWWow/Avgl8/EL4GN0nu4vLo0jwlFilYF/tFZxisTbRmMiVCIi2J7JY5v/Lw=
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 1- [ ![ ] ( http ://jenkins.imagej.net/job /scripting-Java/lastBuild/badge/icon )] ( http ://jenkins.imagej.net/job /scripting-Java/ )
1+ [ ![ ] ( https ://travis-ci.org/scijava /scripting-java.svg?branch=master )] ( https ://travis-ci.org/scijava /scripting-java )
22
33# Java Scripting
44
Original file line number Diff line number Diff line change 8686 <url >https://github.com/scijava/scripting-java/issues</url >
8787 </issueManagement >
8888 <ciManagement >
89- <system >Jenkins </system >
90- <url >http ://jenkins.imagej.net/job /scripting-Java/ </url >
89+ <system >Travis CI </system >
90+ <url >https ://travis-ci.org/scijava /scripting-java </url >
9191 </ciManagement >
9292
9393 <properties >
You can’t perform that action at this time.
0 commit comments