summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-02-11 23:50:29 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-02-11 23:50:29 +0000
commit60aecaba58c265cc01a8c08334ac6f37e7964eee (patch)
tree6c0ecb9fbd7ea83ed0c99ede8a77734695e1b0ae /.travis.yml
parentf8491f8ab05639955326940128ddc77d2627d95b (diff)
downloadswig-60aecaba58c265cc01a8c08334ac6f37e7964eee.tar.gz
Restore some incorrectly commented out lines in .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 737650eb9..8d814e7f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: cpp
compiler:
-# - clang
+ - clang
- gcc
env:
- SWIGLANG=
@@ -108,7 +108,7 @@ script:
- 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'
-# - make check-maintainer-clean && ../../configure $CONFIGOPTS
+ - make check-maintainer-clean && ../../configure $CONFIGOPTS
- echo -en 'travis_fold:end:script.3\\r'
branches:
only: