-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.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/InfiniteObjects ]] && [[ $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/487/zXdvozA-8yedJ-A_2FLncm8w
env:
global:
- secure: "C3/JSeSGcpV5jqOQdOAlS4IPIwvAxBbJpcU3QBcQ5NNBCbGV4Fln2LkIsfrkyqcsV69nSxdjqoLQ8tnR7Tca9IV1b6vtCBORbPWsaitqpHCE6MWoYjXtrpXIMcztRhKq4SBPt7Zh+YAk0ORW6xTXniwl9O42TUHDFgfM/OHn6y8="
- secure: "RJi7VJ+S5jTrj0My6BYTek3tf/B9LTxN4cw4BWXO6vFMTYCUpBE+j4VgIHomyoEOWHHNaokYHv2VnaGpc/7X/Vic1p1Y9/X18vULoMpOiNcKlTUve2CWjEoS4s4wncpLBzGNjjCutxiIWQ79CC1rZYOqF7v7fe+PWBJpiGSqfZ0="