We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8162dd9 commit d974570Copy full SHA for d974570
.travis.yml
@@ -60,8 +60,7 @@ after_script:
60
- echo " " >> $PX4_REPORT
61
- echo "Thanks for testing!" >> $PX4_REPORT
62
63
- - $PX4_EMAILTEXT="$PX4_REPORT"
64
- - /usr/bin/mail -s "$SUBJECT ($TRAVIS_COMMIT)" "$PX4_EMAIL" < $PX4_EMAILTEXT
+ - /usr/bin/mail -s "$SUBJECT ($TRAVIS_COMMIT)" "$PX4_EMAIL" < "$PX4_REPORT"
65
#- s3cmd put --acl-public --guess-mime-type --config=.s3cfg Firmware.zip s3://s3-website-us-east-1.amazonaws.com/#$TRAVIS_JOB_ID/
66
67
deploy:
0 commit comments