From cadb1d5800b1193ec026a9727645acbd95a69cec Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 18 Apr 2019 15:48:23 -0700 Subject: [PATCH] Use the default compiler for linux builds on travis --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index c20a925..1a740cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,16 +15,6 @@ matrix: osx_image: xcode9.2 compiler: clang - os: linux - env: CXX=clang-3.6 - compiler: clang-3.6 - -addons: - apt: - sources: - - llvm-toolchain-precise-3.6 - - ubuntu-toolchain-r-test - packages: - - clang-3.6 branches: only: