From b785b43b1aee6fc3a183ea7ee6048a20b96dcb1b Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 27 Apr 2017 12:03:43 +0300 Subject: [PATCH] Travis CI: Test also the distributive file creation --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2be80299..5e051355 100644 --- a/.travis.yml +++ b/.travis.yml @@ -280,6 +280,8 @@ matrix: - CONF_OPTIONS="--host=i686-w64-mingw32 --enable-munmap" - MAKEFILE_TARGETS="all" - CFLAGS_EXTRA="-fno-omit-frame-pointer" + - os: linux + env: [ MAKEFILE_TARGETS="dist" ] before_install: - if [[ "$CPPCHECK_ENABLE" != "" ]]; then -- 2.40.0