From dc5192215a345831fc592a7e1ae95cd4954327b1 Mon Sep 17 00:00:00 2001 From: Ata Kuyumcu Date: Wed, 25 Sep 2019 02:28:24 +0300 Subject: [PATCH] fixed whitespace in travis config --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c112075..7d12ee7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,6 @@ addons: - gcc@7 - curl-openssl - before_script: - export CC="$(which -- gcc-7)" CXX="$(which -- g++-7)" - if [ ${TRAVIS_OS_NAME} = "osx" ]; then ln -s /usr/local/opt/openssl/include/openssl /usr/local/include; fi