diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2019-12-28 01:56:05 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2019-12-31 02:38:18 -0500 |
commit | 9434864770406cc9663437063ecab91820fdd4fe (patch) | |
tree | 2353f5612b98f6193cb42ca622db3554e5224077 /.travis-iconv-env.sh | |
parent | 249f7b37e610477a4c16810c77a8605b464a653e (diff) |
travis: Fix error detection
- 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
Diffstat (limited to '.travis-iconv-env.sh')
-rw-r--r-- | .travis-iconv-env.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis-iconv-env.sh b/.travis-iconv-env.sh deleted file mode 100644 index bb7dcf422..000000000 --- a/.travis-iconv-env.sh +++ /dev/null @@ -1 +0,0 @@ -export CPPFLAGS="-DCURL_DOES_CONVERSIONS -DHAVE_ICONV -DCURL_ICONV_CODESET_OF_HOST='\"ISO8859-1\"'" |