Skip to content

Commit 28af6b9

Browse files
committed
Configure travis to deploy snapshots after build.
1 parent c4a7bbe commit 28af6b9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,15 @@ jdk:
33
- oraclejdk7
44
- openjdk7
55
- openjdk6
6+
after_success:
7+
- "git clone -b travis `git config --get remote.origin.url` target/travis"
8+
- "mvn deploy --settings target/travis/settings.xml"
9+
10+
branches:
11+
except:
12+
- travis
13+
14+
env:
15+
global:
16+
- secure: "dPX83x9q53WLJjNEsOJZTj2yjcusMp3Rg2SeF9xGUgxLa0NAdiWKM/ejSiJO\nzRM+5nmnQGb4SSigqb99N0ndB0S5YhMzbpACD8+SmCfpYRPdUQtE5dW22xpd\nPGPPUwPAGcqISwq5lcFCbPeve8k4g5Co/ZWGMMkoYy8DfjRss6g="
17+
- secure: "X/+tqgmKqR6wIvSLzDyYAc3Q0NtzFjnQZT7b4yD9MI+/9S1bLFyZJ8mLhymK\nEakyrz8syFAl38ebl2pGox3yaJ9GRfcQXjJ2Qv0Pgb0r+RQTrtU2Fpvb+3Nr\nh5ymtRIkU0XOpOBCq5M9AxV1TESftw3p1IUD9dzPilRqQdXzTGs="

0 commit comments

Comments
 (0)