From f6a57053b0f5c5ae9283da9491fc4df6506125ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Wed, 15 Mar 2017 16:22:03 +0100 Subject: [PATCH] Dropped support for GCC 5. --- .travis.yml | 10 ---------- README.md | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5c48372..34a1339 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,16 +14,6 @@ addons: - re2c matrix: include: - - env: COMPILER_NAME=g++ _CXX=g++-5 _CC=gcc-5 - os: linux - language: cpp - addons: - apt: - sources: - - *default_sources - packages: - - *default_packages - - g++-5 - env: COMPILER_NAME=g++ _CXX=g++-6 _CC=gcc-6 os: linux language: cpp diff --git a/README.md b/README.md index ce4eb4b..1d5833a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ $ anthem [options] file... ## Building `anthem` requires [CMake](https://cmake.org/) and [Boost](http://www.boost.org/) for building. -After installing the dependencies, `anthem` is built with a C++14 compiler (preferrably GCC ≥ 6.1 or clang ≥ 3.8). +After installing the dependencies, `anthem` is built with a C++14 compiler (GCC ≥ 6.1 or clang ≥ 3.8). ```bash $ git clone https://github.com/potassco/anthem.git