diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..3728242b40 --- /dev/null +++ b/.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 diff --git a/gradlew b/gradlew old mode 100644 new mode 100755