From 564b46b17334bc80e499cb6e92c0de834e50826f Mon Sep 17 00:00:00 2001 From: Daniel Wallace Date: Tue, 14 Aug 2018 15:22:11 -0500 Subject: [PATCH] mark more possible failures These just timeout --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 46c926e..41002bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,8 @@ matrix: allow_failures: - env: PLATFORM=ubuntu-1804 - env: PLATFORM=ubuntu-1604 + - env: PLATFORM=centos-6 + - env: PLATFORM=debian-8 sudo: true dist: trusty