-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
31 lines (27 loc) · 1.62 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: oraclejdk8
# 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-components ]] && [[ $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/3333/sMk_JvFcAU8StZ-91npZAYo4
# Environmental system variables
env:
global:
# Make the log output cleaner
- TERM=dumb
# Super secure, encrypted variables! Ssssh!
- secure: "MiWeOowRkWiVYL9Oe6fv2P78GocGjwD6Jk2REKu4DHbcuETIllGXTZNfD/lgqeAzehPe/HbffItzmbZOF85ykkxEDQiLQme6O5bKbHPKUELZuM5KeJ6YLueZWT2AhL1mTtcEKKtldtzvX/rbjH7ekj/KUZnlRKlEWQc+Myp08zA="
- secure: "wAYZqlt3IMPCK+s7BekXdk4+YKs2pnvazC92eOVKBMiJlIGQvTVra+yaaBKtwivfXsxtCYWzIHS3bremqSuVh02Ogdl7ZAaVtUBSQykE34thq1lHAqwKz4kIPTXNNBO+3c0DmWviQf/+kwdykOVPsueToi1qUC/3VY4IH+GnDko="