-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
31 lines (27 loc) · 1.61 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
# Source language and JDK version to use
language: java
jdk: oraclejdk7
# Compile and package JAR and set build properties
install: mvn dependency:go-offline
script: mvn package -DbuildNumber=$TRAVIS_BUILD_NUMBER -DciSystem=travis -Dcommit=${TRAVIS_COMMIT:0:7}
# Perform steps after compilation/test success
after_success:
# Get files for use with build, namely the custom Maven settings.xml
- "git clone https://github.com/flow/travis-ci-resources.git target/travis"
# Check if commit is not a pull request, if repo is official, and branch is master, generate and deploy artifacts and reports
- "[[ $TRAVIS_PULL_REQUEST == false ]] && [[ $TRAVIS_REPO_SLUG == flow/flow-events ]] && [[ $TRAVIS_BRANCH == master ]] && mvn javadoc:jar source:jar cobertura:cobertura coveralls:cobertura -DserviceJobId=$TRAVIS_JOB_ID deploy --settings target/travis/settings.xml"
# Notification services
notifications:
# Disable build status email notifications, until the issue with forks is fixed
email: false
webhooks:
# Send build information and status to Notifico
- http://n.tkte.ch/h/2046/6aYS9-1Z4S4pMl1qfrpq9B8c
# Environmental system variables
env:
global:
# Make the log output cleaner
- TERM=dumb
# Super secure, encrypted variables! Ssssh!
- secure: "sWJNWu1zCUyCULseRmM4/YKpjiaxslFbjLfr+XNffARdPkAIkWgcNhi+iaEA4Fn/jSUwrTbAVv6lw+FRCfVJ/KJfOTxpJP6fkHn/qZ832AaVq5CtRaVt7Nf59XiLkcvyu8gvXn+BcUqTF884t3T8d9YsMxREmKVkfgKAKYPeeV0="
- secure: "oDNRPaJcfvCGykilXVUtBtA/3ZLr/nliMB+XK1rMJvYqGOaKMByiqPyAYFtCub7uMHHjHSgRCRty9CqyG7nvQez8FKL0RzWz6pRQZ38014CzAK5RGJ918W8WQsOFZIu1g0OXersXgGKpw+nLg08ViZL751HtPSP37rnCb7IW0qg="