Skip to content

Commit d974570

Browse files
committed
Travis CI: Next attempt at email notification - avoid env var.
1 parent 8162dd9 commit d974570

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ after_script:
6060
- echo " " >> $PX4_REPORT
6161
- echo "Thanks for testing!" >> $PX4_REPORT
6262
- echo " " >> $PX4_REPORT
63-
- $PX4_EMAILTEXT="$PX4_REPORT"
64-
- /usr/bin/mail -s "$SUBJECT ($TRAVIS_COMMIT)" "$PX4_EMAIL" < $PX4_EMAILTEXT
63+
- /usr/bin/mail -s "$SUBJECT ($TRAVIS_COMMIT)" "$PX4_EMAIL" < "$PX4_REPORT"
6564
#- s3cmd put --acl-public --guess-mime-type --config=.s3cfg Firmware.zip s3://s3-website-us-east-1.amazonaws.com/#$TRAVIS_JOB_ID/
6665

6766
deploy:

0 commit comments

Comments
 (0)