Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-31 | travis: Fix error detection | Jay Satiro | |
- 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 | |||
2018-02-15 | travis: add build with iconv enabled | Daniel Stenberg | |
... to verify it builds and works fine. Ref: https://curl.haxx.se/mail/lib-2017-09/0031.html Closes #1872 |