Skip to content

Commit 7d0445b

Browse files
Travis CI config
1 parent 556e33a commit 7d0445b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: java
2+
jdk:
3+
- openjdk6
4+
5+
# Below this line is configuration for deploying to the Sonatype OSS repo
6+
# http://blog.xeiam.com/2013/05/configure-travis-ci-to-deploy-snapshots.html
7+
before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
8+
script: "mvn deploy --settings target/travis/settings.xml"
9+
10+
# whitelist
11+
branches:
12+
only:
13+
- master
14+
- "2.3"
15+
16+
env:
17+
global:
18+
- secure: bk9D5hd0RKmsKhTkDba1WQAwrgOmbxjsVngd3KTipgAV2jIVISbXDS6Mqy5oW7U2SYSBjXuEGNFhyhVq6QoPWtZY2UbqYbGPAEvgawUIyis8TYuds7AMjxk+s492Xsr/3YOR8GS3Yqcil2y7JNn2TBAxaLvf2wo58uFRWayYuoc=
19+
- secure: jPy5eP7eGLGnij+ftuUT1O9f/eEoSM0KSdWzp2Eou71jUwJCiCO4lrwPpgCl3RhwvkGDv0sJOXUbybM7Lb4oh2VdNXXAcQdeebZLadPn9DUZxGFoD8WQTIdcLec0IOQmfSf0p9v8YbT9bDAeZzpeNjM8Vekf4Fd+HO2rxfUEJLM=
20+

0 commit comments

Comments
 (0)