Browse Source

Tentative fix of TravisCI

Christophe Riccio 8 years ago
parent
commit
2335be5f84
1 changed files with 2 additions and 4 deletions
  1. 2 4
      .travis.yml

+ 2 - 4
.travis.yml

@@ -3,7 +3,6 @@ language: cpp
 matrix:
   include:
     - os: linux
-      - compiler: gcc
         addons:
           apt:
             sources:
@@ -12,7 +11,7 @@ matrix:
               - g++-4.9
         env:
           - MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9"
-      - compiler: gcc
+    - os: linux
         addons:
           apt:
             sources:
@@ -22,7 +21,6 @@ matrix:
         env:
           - MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
     - os: osx
-      - compiler: clang
         addons:
           apt:
             sources:
@@ -32,7 +30,7 @@ matrix:
               - clang-3.6
         env:
           - MATRIX_EVAL="CC=clang-3.6 && CXX=clang++-3.6"
-      - compiler: clang
+    - os: osx
         addons:
           apt:
             sources: