summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2014-01-24 01:09:04 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2014-02-04 06:54:21 +0000
commit87c1e093eef273b2a278169d72d899d79e68058a (patch)
tree6050b4cd204cc2d2805094b74875465258aafbe0 /.travis.yml
parent2c87cee65a1ce398bd354233c290dcd8d0d9afff (diff)
downloadswig-87c1e093eef273b2a278169d72d899d79e68058a.tar.gz
Travis display pcre version
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fd0a95b94..9cf525f6e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,7 +50,7 @@ before_install:
script:
- ./autogen.sh && ./configure
- make -s $SWIGJOBS
- - ./swig -version
+ - ./swig -version && ./swig -pcreversion
- if test -z "$SWIGLANG"; then make -s $SWIGJOBS check-ccache; fi
- if test -z "$SWIGLANG"; then make -s $SWIGJOBS check-errors-test-suite; fi
- if test -z "$SWIGLANG"; then sudo make -s install && swig -version && ccache-swig -V; fi