Skip to content

Commit

Permalink
Correct ciSystem on Travis-CI, and update notification URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Spragg committed Jan 26, 2014
1 parent fa1b31e commit 5504b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 5504b5c

Please sign in to comment.