Browse Source

Use gcc-4.9 in travis ci

yhirose 6 years ago
parent
commit
c1ca091b44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -7,7 +7,7 @@ os:
 # Compiler selection
 compiler:
   - clang
-  - gcc
+  - gcc-4.9
 
 # Build/test steps
 script: