Skip to content

Commit

Permalink
[#2] Adding deployment info to test deploying artifact back to GH
Browse files Browse the repository at this point in the history
  • Loading branch information
chadbeaudin committed May 23, 2016
1 parent 6797302 commit 1f8875b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
language: java

before_deploy: mvn package -DskipTests=true

deploy:
provider: releases
api_key: "${GH_TOKEN}"
file: "DataRecorder-1.0.0-SNAPSHOT.zip"
skip_cleanup: true
on:
tags: true

after_deploy:
-echo "Done with deploy to GitHub."


notifications: # set notification options
email:
recipients:
- DataRecorder@TheBeaudins.com
- Mark@MarkTemple.com

# change is when the repo status goes from pass to fail or vice versa [always|never|change]
on_success: always
on_failure: always

0 comments on commit 1f8875b

Please sign in to comment.