summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d2924556a..abca7bd57 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,6 +51,10 @@ matrix:
compiler: clang
dist: trusty
env: T=debug
+ - os: linux
+ compiler: gcc
+ dist: trusty
+ env: T=iconv
- os: osx
compiler: gcc
env: T=debug
@@ -172,6 +176,14 @@ script:
fi
- |
set -eo pipefail
+ if [ "$T" = "iconv" ]; then
+ source .travis-iconv-env.sh
+ ./configure --enable-debug --enable-werror $C
+ make && make examples
+ make TFLAGS=-n test-nonflaky
+ fi
+ - |
+ set -eo pipefail
if [ "$T" = "cmake" ]; then
mkdir build
cd build