summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexey Sokolov <sokolov@google.com>2015-08-31 22:31:35 +0100
committerAlexey Sokolov <sokolov@google.com>2015-09-02 20:58:56 +0100
commit1ecd0bad3140ef299ddebd1efec1ed2638d870e9 (patch)
treed28bda978b2d4237284fdb3338402178ca7649c6 /.travis.yml
parent3f0072c7ca0e26df9e1ae5c83378373f1efe48d9 (diff)
downloadswig-1ecd0bad3140ef299ddebd1efec1ed2638d870e9.tar.gz
Make sure travis doesn't silently skip testing of some language
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c67fb92a0..a36b169b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -205,6 +205,7 @@ script:
- if test -n "$SWIGLANG"; then cflags=$($TRAVIS_BUILD_DIR/Tools/testflags.py --language $SWIGLANG --cflags --std=$CSTD --compiler=$CC) && echo $cflags; fi
- if test -n "$SWIGLANG"; then cxxflags=$($TRAVIS_BUILD_DIR/Tools/testflags.py --language $SWIGLANG --cxxflags --std=$CPPSTD --compiler=$CC) && echo $cxxflags; fi
- if test -n "$SWIGLANG"; then make -s check-$SWIGLANG-version; fi
+ - if test -n "$SWIGLANG"; then make check-$SWIGLANG-enabled; fi
- if test -n "$SWIGLANG"; then make $SWIGJOBS check-$SWIGLANG-examples CFLAGS="$cflags" CXXFLAGS="$cxxflags"; fi
- if test -n "$SWIGLANG"; then make $SWIGJOBS check-$SWIGLANG-test-suite CFLAGS="$cflags" CXXFLAGS="$cxxflags"; fi
- echo 'Cleaning...' && echo -en 'travis_fold:start:script.3\\r'