From: Ivan Maidanski Date: Thu, 27 Apr 2017 09:03:43 +0000 (+0300) Subject: Travis CI: Test also the distributive file creation X-Git-Tag: v8.0.0~761 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b785b43b1aee6fc3a183ea7ee6048a20b96dcb1b;p=gc Travis CI: Test also the distributive file creation --- 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