Skip to content

Commit

Permalink
Travis CI: Next attempt at email notification - avoid env var.
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Dec 21, 2014
1 parent 8162dd9 commit d974570
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ after_script:
- echo " " >> $PX4_REPORT
- echo "Thanks for testing!" >> $PX4_REPORT
- echo " " >> $PX4_REPORT
- $PX4_EMAILTEXT="$PX4_REPORT"
- /usr/bin/mail -s "$SUBJECT ($TRAVIS_COMMIT)" "$PX4_EMAIL" < $PX4_EMAILTEXT
- /usr/bin/mail -s "$SUBJECT ($TRAVIS_COMMIT)" "$PX4_EMAIL" < "$PX4_REPORT"
#- s3cmd put --acl-public --guess-mime-type --config=.s3cfg Firmware.zip s3://s3-website-us-east-1.amazonaws.com/#$TRAVIS_JOB_ID/

deploy:
Expand Down

0 comments on commit d974570

Please sign in to comment.