Commit aae31265b3c5f5e4ec9d57b9d11c5ada264cad70

Authored by Henry Fredrick Schreiner
1 parent 15a2a94e

Requires 4.9+ GCC

Showing 1 changed file with 2 additions and 2 deletions
.travis.yml
@@ -8,8 +8,8 @@ cache: @@ -8,8 +8,8 @@ cache:
8 addons: 8 addons:
9 apt: 9 apt:
10 packages: 10 packages:
11 - - g++-4.8  
12 - - gcc-4.8 11 + - g++-4.9
  12 + - gcc-4.9
13 sources: 13 sources:
14 - ubuntu-toolchain-r-test 14 - ubuntu-toolchain-r-test
15 15