-
Notifications
You must be signed in to change notification settings - Fork 0
/
.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/SpoutDev/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 == SpoutDev/shared-parent ]] && [[ $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/481/b3asBm0VcsMd9N2Byej5qaYp
env:
global:
- secure: "fRmBfBSqddKdyLIxfO5ZU9fZADBKSzrHQwwCOiFNtka9pKhXqnYhDBPE5aascP54dGjHJ6vz6SYogTHzJR5jTG4zNfprYEoY/IuDEb8sKwaAHCEEouLQovI1maa9OA5Dz6fPafPpYDfCFNIJmF6EaiTMzKvD+v7DvMY8Zj30orE="
- secure: "LWyZBgkccqMdseOkkKBMmnxQeZR63jBOYxk2Mv9p3PxukMIjlVFH1zLunQYypKcafaq9IOP1GxKRSuWa+WWvZMNcfKkYbc5CwWrdBL+aQhSnBVL6S30XU2tpJsFKsWMNJNffV8Ftg/fwGULp7hk0NQVbLzcLa88Hh8gIfQMPgXM="