summaryrefslogtreecommitdiff
path: root/.travis-iconv-env.sh
Commit message (Collapse)AuthorAgeFilesLines
* travis: Fix error detectionJay Satiro2019-12-311-1/+0
| | | | | | | | | | | | | | - Stop using inline shell scripts for before_script and script sections. Prior to this change Travis could ignore errors from commands in inline scripts. I don't understand how or why it happens. This is a workaround. Assisted-by: Simon Warta Ref: https://github.com/travis-ci/travis-ci/issues/1066 Fixes https://github.com/curl/curl/issues/3730 Closes https://github.com/curl/curl/pull/3755
* travis: add build with iconv enabledDaniel Stenberg2018-02-151-0/+1
... to verify it builds and works fine. Ref: https://curl.haxx.se/mail/lib-2017-09/0031.html Closes #1872