-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
23 lines (20 loc) · 1.32 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
# 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}
after_success:
# Get files for use with build, namely the custom Maven settings.xml.
- "git clone https://github.com/Spoutcraft/travis-ci-resources.git target/travis"
# Check if commit s not a pull request, if git repo is official, and if branch is master. If checks pass, deploy artifacts to Maven repository.
- "[[ $TRAVIS_PULL_REQUEST == false ]] && [[ $TRAVIS_REPO_SLUG == Spoutcraft/SoundSystem ]] && [[ $TRAVIS_BRANCH == master ]] && mvn deploy --settings target/travis/settings.xml"
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/1578/gbM5RxtC-46E5Zc4HuLDxMOQ
env:
global:
- secure: "J9vhmPqAQUNAuLu3fznZiNeFq4TELWOH8/ZFhq2HcmPFYmDMf7q/Dg/RxLuVRDJWxPvHeZ999n049gbWQkdf8wANQrsk9kbyB6KtN3ch5MvJdgJxX/pyUSqh61Vy0Ccy3R7oD4YcEA9Skgo82pUtCalLpBPAFSHTf+tgEMU9vZM="
- secure: "Obzj5YDhNfapJiD4N5vdhUnYDOwRKtEYXBIEWhR94PCh0rpddDviCDm9KUbkqztEZnzNqL0Tr3E6nVJzJdOa0wI47lcRehmCfH5wVlT8D8uxmcMuKsx0yPN0XIycFBFgTczhHSCOd5a0SycGTa6cQsJ5woWrL5OZomwQJMccvGY="