From ba349b07b1e395cd1d5ad1b3bd1bae9b562ce3c0 Mon Sep 17 00:00:00 2001 From: Bob Rudis Date: Sat, 24 Sep 2016 07:59:49 -0400 Subject: [PATCH] travis uses gcc 4.8; seeing if this fixes the travis error --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index ec46315..4a82854 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,16 @@ language: r warnings_are_errors: true sudo: required +matrix: + include: + - os: linux + compiler: gcc + addons: + apt: + sources: ['ubuntu-toolchain-r-test'] + packages: ['g++-4.9'] + env: COMPILER=g++-4.9 + env: global: - CRAN: http://cran.rstudio.com