File tree 6 files changed +38
-3
lines changed
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 : l5k7gyNsC7cS1QcqPcSzxQeueZmakAvYRDBevIGA61yDjL/cK4Pyy/7yNz4CHo+mgHaHul9uLIQuZvQdeAs4FqHi37brY1//emVI4BiUow+XDvge7DttDJ+JjBlGsZrxX0YKtnn/V83WO23RtGGQUZ8PBwpNWYB52stDpizhqqg=
12
+ - secure : Hs3V7J4BmasiXNWOBzFuxYcPeImFYo8Ze3UWqg85gRa1YxKNbnJLGPjQoIcUxXQU34Fa0qvvWcPUyEjne+nAbWtAVrq/xRSVj5Fnen+UmH3fjV1aR6Rsr56gkdqlaeIfcxaaeGTeguHQB1LSNCIvcF5s8f6J+37l65UUxGsL3+4=
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
1
[ ![ ] ( https://img.shields.io/maven-central/v/org.scijava/scijava-common.svg )] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.scijava%22%20AND%20a%3A%22scijava-common%22 )
2
- [ ![ ] ( http ://jenkins.imagej.net/job/SciJava -common/lastBuild/badge/icon )] ( http ://jenkins.imagej.net/job/SciJava -common/ )
2
+ [ ![ ] ( https ://travis-ci.org/scijava/scijava -common.svg?branch=master )] ( https ://travis-ci.org/scijava/scijava -common)
3
3
[ ![ Join the chat at https://gitter.im/scijava/scijava-common ] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/scijava/scijava-common?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
4
4
5
5
SciJava Common is a common library for SciJava software. It provides a
Original file line number Diff line number Diff line change 116
116
<url >https://github.com/scijava/scijava-common/issues</url >
117
117
</issueManagement >
118
118
<ciManagement >
119
- <system >Jenkins </system >
120
- <url >http ://jenkins.imagej.net/job/SciJava -common/ </url >
119
+ <system >Travis CI </system >
120
+ <url >https ://travis-ci.org/scijava/scijava -common</url >
121
121
</ciManagement >
122
122
123
123
<properties >
You can’t perform that action at this time.
0 commit comments