From c5d1720323db1babb982333e24a592ad8cefe907 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 10 Feb 2016 04:36:17 +0100 Subject: travis: move compiler closer to other build matrix parts --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a44c12223..1551ca7d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,10 @@ env: - EXTRALIBS="libusb-dev" - EXTRALIBS="libusb-1.0-0-dev libgd2-xpm-dev" +compiler: + - clang + - gcc + # Note: Keep the sudo commands in .travis.yml - they do not work from # a helper shell script. before_install: @@ -17,10 +21,6 @@ before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y $(sh .travis-translate-pkgs $EXTRALIBS); fi -compiler: - - clang - - gcc - script: - PATH=/usr/local/opt/gettext/bin:$PATH autoreconf -i -f - ./configure && make && make check -- cgit v1.2.1