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 : Fm1sN5h3QDONaPy32xr/ClyvCwvdZZaEvi6u36vcgNCaJ3JMja3eMdj5qBbOQxt4oCHqPQwfyBttvzIMZcJ+mo0F++++k5DCTGbzRy8ZMXzUIAEm7ofA3Mw1hlm9DSYlcEnim+kUBzUuTxVJT5jOfWImbmqk6nEg5Rgu3/N6XuI=
12+ - secure : VbKkdewIYYzM3ntapdUgjPd1ISkIqzXSCXquqkUhhUBRdBu1xIVTSYFtm4swGX0wY6h3Vq+qspIZVOP+NhiaiypUaEYPP9p3g8/aVroF86Dmcgb/cCpUIsM2SP0NzP9ReWUsUcETHNObk2oD69le3zZh9ImIhQre0CARI7TlgMI=
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/SciJava -plugins-platforms/lastBuild/badge/icon )] ( http ://jenkins.imagej.net/job/SciJava -plugins-platforms/ )
1+ [ ![ ] ( https ://travis-ci.org/scijava/scijava -plugins-platforms.svg?branch=master )] ( https ://travis-ci.org/scijava/scijava -plugins-platforms)
22
33SciJava Plugins: Platforms
44--------------------------
Original file line number Diff line number Diff line change 7777 <url >http://github.com/scijava/scijava-plugins-platforms/issues</url >
7878 </issueManagement >
7979 <ciManagement >
80- <system >Jenkins </system >
81- <url >http ://jenkins.imagej.net/job/SciJava -plugins-platforms/ </url >
80+ <system >Travis CI </system >
81+ <url >https ://travis-ci.org/scijava/scijava -plugins-platforms</url >
8282 </ciManagement >
8383
8484 <properties >
You can’t perform that action at this time.
0 commit comments