From: Dan Fandrich Date: Fri, 30 Nov 2018 13:17:55 +0000 (+0100) Subject: Reformatted the matrix section of the Travis config file. X-Git-Tag: libexif-0_6_22-release~75 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Flibexif.git;a=commitdiff_plain;h=f2bfe3fd771f31bfc17af0c32ac7e0e97a1fbb50 Reformatted the matrix section of the Travis config file. --- diff --git a/.travis.yml b/.travis.yml index cc906b5..e2c19c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,9 @@ os: matrix: include: - - os: linux + - env: CONFIG=clang6 + os: linux + compiler: clang addons: apt: sources: @@ -41,10 +43,9 @@ matrix: packages: - autopoint - clang-6.0 - compiler: clang - env: - - CONFIG=clang6 - - os: linux + - env: CONFIG=gcc8 + os: linux + compiler: gcc addons: apt: sources: @@ -52,20 +53,17 @@ matrix: packages: - autopoint - g++-8 + - env: CONFIG=arm-cross + os: linux compiler: gcc - env: - - CONFIG=gcc8 - - os: linux addons: apt: packages: - autopoint - gcc-4.8-arm-linux-gnueabihf - libc6-dev-armhf-cross - compiler: gcc - env: - - CONFIG=arm-cross - - os: linux + - env: CONFIG=sanitize + os: linux addons: apt: sources: @@ -79,21 +77,18 @@ matrix: # Required for -fsanitize=undefined # see https://github.com/travis-ci/travis-ci/issues/9033 sudo: required - env: - - CONFIG=sanitize - - os: linux + - env: CONFIG=coverage + os: linux + compiler: gcc addons: apt: packages: - autopoint - libpopt-dev - subversion - compiler: gcc cache: directories: - $HOME/failmalloc - env: - - CONFIG=coverage install: - |