From 99bcba4ff9d8a655709b29d12fdfb27cf58458a2 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 13 Nov 2016 08:14:28 -0600 Subject: [PATCH] Test plain gcc-5 toolset. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b6c081d..385bba7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ branches: dist: trusty -language: cpp +language: generic notifications: email: @@ -46,7 +46,7 @@ matrix: - env: TOOLSET=gcc-4.9 os: linux dist: precise - - env: TOOLSET=gcc-5.1 + - env: TOOLSET=gcc-5 os: linux dist: precise - env: TOOLSET=xcode-6.1