-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
40 lines (33 loc) · 1.45 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# .travis.yml file generated by make-travis.sh
# deploy Maven artifacts to Sonatype OSS repo
language: java
jdk:
- openjdk6
# whitelist
branches:
only:
- master
# checkout settings
before_install:
- "git clone -b master https://github.com/molindo/travis-settings.git target/travis-settings"
- "target/travis-settings/tasks/before_install.sh"
# install and deploy
install: "target/travis-settings/tasks/install.sh"
script: "target/travis-settings/tasks/script.sh"
# travis encrypt 'token@room'
notifications:
email: false
hipchat:
rooms:
- secure: "DJLW9/sBl2iAhP8NLwRYtDMi1sgYKO+hmV7O2rzu1A8vM8Equrpcxoo43OhPpqEEbGV3mZf74VKVOyxn7SPU6ZnkF4vtLw4BspyojB87RQmCHldFbwZlZImEie7tSpdSYzyDbaC5jOe717azZ/7zZm0rqTs4RHjBDkSmKmSkfW8="
template:
- '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (<a href="%{build_url}">Details</a>/<a href="%{compare_url}">Change view</a>)'
format: html
on_success: always
on_failure: always
# travis encrypt 'CI_DEPLOY_USERNAME=username'
# travis encrypt 'CI_DEPLOY_PASSWORD=password'
env:
global:
- secure: "Nr9fH1OThzj0xR3vcSd0XtCXDXWdni5hzUnQh9Pbm5Dt2PSLPFwtgYpmiRhczAS5iHmvbSIECt+x5RpMGoD06ao78RoWJTCtblDyv+t0k4lqIX6znJ9L3Kj7e41MTRJ6k9/WqXF+ziS1Y4ABiMAmhsy2SY/9PLaDCYor6MPi1os="
- secure: "WPlBsPKytie543JlYI/oRvPddkWJ8/mpxiz8dRuda8fDO94r6W9UnvfKgeyd2v2MeYgc6QI0losPCrcCWvwRa7zbD5KENrTBL8v7X0otsqY40QlT+n/CxOo9ea5WXh/Mkzrc53HUTTKXdQV6WKnzkWPFjJtv8Mt2tJUG0/MGMcE="