-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
30 lines (26 loc) · 1.58 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
# Source language and JDK version to use
language: java
jdk: oraclejdk7
# Compile and package JAR and set build properties
install: 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-render ]] && [[ $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/2708/SjJuUh4sdu6QnhBX4Pcj4szU
# Environmental system variables
env:
global:
# Make the log output cleaner
- TERM=dumb
# Super secure, encrypted variables! Ssssh!
- secure: "bUt+Ctrmh7blteaHpq9aSGBfYC5c1+6jcAFZX4OUIDwM8vP8ETFwIHuXk2Q2MdlQOhyAknlhMCKboPeWvCfj6W9n70YBf2sWYxR51J6wT+vDhio+HoD0csXpyArUeVoQuDJmx1dG8983m8stTGj7Gtd22HLjXy2Wq+eHGJPIZZc="
- secure: "Y5/ojmKUL/JgLQKcwbDQrUm+OHtnsi4DXAN2KDNHLcwPBB2NwLWPRwfKHDQ12h58JmhS1FKNHWyZHAlLaaCbR8gAzr41OThG0qsVDkinZYbGh3/KkXCcuzyyuRQcEG00cQCed8EnIufWdinGtY7C6IvuIGtWnNAkNnIomDGt7F0="