From 5504b5c4260ab4bbe6d6ba419b9a76f238eac930 Mon Sep 17 00:00:00 2001 From: Luke Spragg Date: Sun, 26 Jan 2014 17:43:04 -0500 Subject: [PATCH] Correct ciSystem on Travis-CI, and update notification URL --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0841f20..69cd4e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: java jdk: oraclejdk7 # Compile and package JAR and set build properties -install: mvn package -DbuildNumber=$TRAVIS_BUILD_NUMBER -Dci=travis -Dcommit=${TRAVIS_COMMIT:0:7} +install: mvn package -DbuildNumber=$TRAVIS_BUILD_NUMBER -DciSystem=travis -Dcommit=${TRAVIS_COMMIT:0:7} # Perform steps after compilation/test success after_success: @@ -18,7 +18,7 @@ notifications: email: false webhooks: # Send build information and status to Notifico - - http://n.tkte.ch/h/1814/1bcifMkR2PGDQ3fjIHToxyNh + - http://n.tkte.ch/h/2042/RDqswG16PpWPx1d7RD3Gx7Ka # Environmental system variables env: