File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments