Skip to content

Commit

Permalink
[#2] Turn off email to others.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadbeaudin committed May 23, 2016
1 parent b781af1 commit c24895e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: java
script: mvn clean package

deploy:
provider: snapshot
provider: releases
api_key: "${GH_TOKEN}"
file: "/home/travis/build/chadbeaudin/DataRecorder/target/DataRecorder-1.0.0-SNAPSHOT.zip"
skip_cleanup: true
Expand All @@ -19,9 +19,12 @@ notifications: # set notification options
email:
recipients:
- DataRecorder@TheBeaudins.com
- Mark@MarkTemple.com
- digimil@gmail.com
#- Mark@MarkTemple.com
#- digimil@gmail.com

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

#Temporarily turn off
#email: false

0 comments on commit c24895e

Please sign in to comment.