Browse Source

Nevermind. Back to normal.

Jeff Geerling 8 years ago
parent
commit
f1da72e147
1 changed files with 8 additions and 16 deletions
  1. 8 16
      .travis.yml

+ 8 - 16
.travis.yml

@@ -2,14 +2,14 @@
 sudo: required
 
 env:
-  - distribution: centos
-    version: 6
-    init: /sbin/init
-    run_opts: ""
-  - distribution: centos
-    version: 7
-    init: /usr/lib/systemd/systemd
-    run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
+  # - distribution: centos
+  #   version: 6
+  #   init: /sbin/init
+  #   run_opts: ""
+  # - distribution: centos
+  #   version: 7
+  #   init: /usr/lib/systemd/systemd
+  #   run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
   - distribution: ubuntu
     version: 14.04
     init: /sbin/init
@@ -19,14 +19,6 @@ env:
     init: /sbin/init
     run_opts: ""
 
-matrix:
-  allow_failures:
-    - env:
-      - distribution: centos
-        version: 7
-        init: /usr/lib/systemd/systemd
-        run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
-
 services:
   - docker