From 2fdb8c4b0a06564b2c598016489b116943813a75 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 14 Jan 2020 19:16:05 +0200 Subject: [PATCH] Fix Travis issues; remove unnecessary jobs --- .travis.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 325f496..a1dbeef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,10 +22,6 @@ matrix: - env: BOGUS_JOB=true include: - - os: linux - compiler: g++ - env: TOOLSET=gcc COMPILER=g++ CXXSTD=03,11,14 - - os: linux arch: arm64 compiler: g++ @@ -170,10 +166,6 @@ matrix: sources: - ubuntu-toolchain-r-test - - os: linux - compiler: clang++ - env: TOOLSET=clang COMPILER=clang++ CXXSTD=03,11 - - os: linux dist: trusty compiler: /usr/bin/clang++ @@ -194,7 +186,7 @@ matrix: - os: linux compiler: clang++-3.5 - env: TOOLSET=clang COMPILER=clang++-3.5 CXXSTD=03,11,14,1z + env: TOOLSET=clang COMPILER=clang++-3.5 CXXSTD=03,11 addons: apt: packages: @@ -394,7 +386,7 @@ install: - git submodule init tools/boost_install - git submodule init tools/cmake - git submodule init libs/preprocessor - - git submodule update --jobs 3 + - git submodule update # no --jobs 3 on non-amd64 - cp -r $TRAVIS_BUILD_DIR/* libs/smart_ptr - ./bootstrap.sh - ./b2 headers