-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.travis.yml
More file actions
23 lines (23 loc) · 720 Bytes
/
.travis.yml
File metadata and controls
23 lines (23 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
dist: trusty
language: java
jdk:
- oraclejdk8
install:
- mvn clean test
deploy:
provider: script
script: mvn deploy -s deploy.settings.xml -Dmaven.test.skip=true -DdeployAtEnd=true
skip_cleanup: true
on:
tags: true
notifications:
email:
on_success: change
on_failure: change
cache:
directories:
- "$HOME/.m2"
env:
global:
- secure: U/fHP5R/OuQ1fQCGd+uk7hTI/YSrtcG61yzg5MT6c+MoPiVScLeiLZv4uLZ/6ZpmrSt22LvgxNQv79UtQAxpF47D7MuDLnXHScnjqCCkKGgxr1MSaD0s4+y6nVOXDVGKCWJzOYWJnYxhChY6dbjjRdKQgyNI2BfOWcHn8tKGWs0=
- secure: cPf68inCG+pnmYpZk5QoqVjeMSdrEUlr5INlqQgbB8FxAd29pdJ5E2M+6xHTfnr7EVRXp/JUaFXwPOoAFaKL6OSlbpZT9LOkwQWHbi9sJ8gJOB58Rk6YieXKtmCFksv6eTuxU34GiYtGxxWS/+yr8VOzZrUnsAZqSwkEHZpOsSY=