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 : jfLGfR3IVQRkBSqNkbh19KtYAbyEm0+y/9Mlbf9Myu7NgkyJEGmj9j9iFZ2zJjUrVUI3JcUBTFBIDngHnTtVKa75STNtcfxxP+XTM45YKSU7s0ef5/8uhzE1ImLpYkTRue9G5sHtQ3Hiv11UJVaNOAN5/XD+KvSJmKpFOgRjunA=
12
+ - secure : LosFmjc40zvadAiCpwM+TbmzIzL5nI7/yA6odjfnzU3wEF1Mcd+ot9K/U7OpUf9c9i39QzI425zGChCwI4pcWww7B45w3ZrBGrepvSx+tNR0A5MtRova2k4IJhVm1EbxdFfWDv7vDLvdNUeNLazm2xWr5djK2mI0GHl+R4J35IY=
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-UI-Swing/lastBuild/badge/icon )] ( http ://jenkins.imagej.net/job/SciJava-UI-Swing/ )
1
+ [ ![ ] ( https ://travis-ci.org/scijava/scijava-ui-swing.svg?branch=master )] ( https ://travis-ci.org/scijava/scijava-ui-swing )
2
2
3
3
SciJava Swing UI components
4
4
---------------------------
Original file line number Diff line number Diff line change 82
82
<url >http://github.com/scijava/scijava-ui-swing/issues</url >
83
83
</issueManagement >
84
84
<ciManagement >
85
- <system >Jenkins </system >
86
- <url >http ://jenkins.imagej.net/job/SciJava-UI-Swing/ </url >
85
+ <system >Travis CI </system >
86
+ <url >https ://travis-ci.org/scijava/scijava-ui-swing </url >
87
87
</ciManagement >
88
88
89
89
<properties >
You can’t perform that action at this time.
0 commit comments