From 67cf3951633dd4c8444c6460ac94310e382f82f3 Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 25 Jan 2018 02:52:13 +0000 Subject: Disable the autotools build in PR builds. We will only build this during the nightly build. It's very rare for the autotools build to break when the cmake build does not. --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5100e0a2..0e56ad7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ language: c matrix: include: - stage: "Stage 1" - env: JOB=autotools ENV=linux - compiler: gcc + env: JOB=toxcore ENV=linux + compiler: clang addons: apt: &apt-dependencies sources: @@ -32,8 +32,9 @@ matrix: - portaudio19-dev # For av_test. - texinfo # For libconfig. - stage: "Stage 1" - env: JOB=toxcore ENV=linux - compiler: clang + if: type IN (push, api, cron) + env: JOB=autotools ENV=linux + compiler: gcc addons: apt: *apt-dependencies - stage: "Stage 1" -- cgit v1.2.3