summaryrefslogtreecommitdiff
path: root/.travis-iconv-env.sh
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2019-12-28 01:56:05 -0500
committerJay Satiro <raysatiro@yahoo.com>2019-12-31 02:38:18 -0500
commit9434864770406cc9663437063ecab91820fdd4fe (patch)
tree2353f5612b98f6193cb42ca622db3554e5224077 /.travis-iconv-env.sh
parent249f7b37e610477a4c16810c77a8605b464a653e (diff)
downloadcurl-9434864770406cc9663437063ecab91820fdd4fe.tar.gz
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.sh1
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\"'"