Skip to content

Commit

Permalink
Added basic Travis-CI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Spragg authored and SpaceManiac committed Jan 21, 2014
1 parent f3956b9 commit de3994c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
@@ -0,0 +1,20 @@
# Source language and JDK version to use
language: java
jdk: oraclejdk7

# Compile and package JAR and set build properties
install: ./gradlew build shadowJar

# 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/1918/S53Phouna3jUVXcxFc3VjQ83

# Environmental system variables
env:
global:
# Make the log output cleaner
- TERM=dumb
Empty file modified gradlew 100644 → 100755
Empty file.

0 comments on commit de3994c

Please sign in to comment.