From fc8b7e4e61e03fce7e8273cf9e20b5a9856e952e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 10 Nov 2017 15:24:42 +0100 Subject: [PATCH] Build bundled 3rd party libraries on Travis Configure Travis CI to run at least one build using the bundled versions of third party libraries to make sure this is tested too. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f8cfe6e588..c9ad509373 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ matrix: env: wxCONFIGURE_FLAGS="--enable-cxx11 --enable-stl" wxMAKEFILE_FLAGS="CXXFLAGS=-std=c++11" - dist: trusty compiler: clang - env: wxCONFIGURE_FLAGS="--disable-shared" + env: wxCONFIGURE_FLAGS="--disable-shared --disable-sys-libs" - os: osx osx_image: xcode6.4 compiler: clang