summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2014-02-08 16:24:15 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2014-02-08 17:52:47 +0000
commit3cd7055895c396701ca574de7cd46329728c26a5 (patch)
treedfc6f1d3dcab7ba47d03b088e73dae8f5aff408f
parent7f8cb93092640ead96b3da60a6fb8c42eb0c13d9 (diff)
downloadswig-3cd7055895c396701ca574de7cd46329728c26a5.tar.gz
Temporary workaround for bug in Travis build environment
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 26758304f..e3d345972 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,6 +46,7 @@ before_install:
- if test "$SWIGLANG" = "python" -a "$PY3"; then sudo apt-get install python3-dev; fi
- if test "$SWIGLANG" = "tcl"; then sudo apt-get -qq install tcl8.4-dev; fi
script:
+ - export PS4="+ " #Temporary workaround bug in Travis build environment
- ./autogen.sh && ./configure
- make -s $SWIGJOBS
- if test -z "$SWIGLANG"; then make -s check-ccache; fi