diff --git a/.travis.yml b/.travis.yml
index a7af556acb2bd0161936c4dbb7e065c0826618f3..9c055281c648c48e4e435bb6caa9890c0847bb0e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,18 +22,6 @@ matrix:
       install: ./ci/install-linux.sh && ./ci/log-config.sh
       script: ./ci/build-linux-bazel.sh
 
-    - os: linux
-      compiler: gcc-6
-      sudo : true
-      script:
-        - ./ci/travis.sh
-
-    - os: linux
-      compiler: gcc-7
-      sudo : true
-      script:
-        - ./ci/travis.sh
-
     - os: linux
       compiler: gcc
       install: ./ci/install-linux.sh && ./ci/log-config.sh
@@ -77,8 +65,6 @@ addons:
     packages:
     - g++-4.9
     - clang-3.9
-    - g++-7
-    - g++-6
 
 notifications:
   email: false