From 49f21f74cb9f4cd5916b7247004115bf74c08db3 Mon Sep 17 00:00:00 2001 From: yhirose Date: Wed, 26 Jun 2019 15:24:03 -0400 Subject: [PATCH] Removed linux and gcc from .travis.yml --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4654286..3727d8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,10 @@ language: cpp os: - osx - - linux # Compiler selection compiler: - clang - - gcc-4.9 # Build/test steps script: