From 38e9de60da98e377ebf7f877149da7186b849e90 Mon Sep 17 00:00:00 2001 From: Ben Kirzhner Date: Thu, 2 Mar 2017 17:33:07 -0800 Subject: [PATCH] Now that 3.2.8 is green, we can stop allowing build failures for it. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fcc909b..fc995f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,4 @@ install: env: - REDIS_VERSION=3.0.7 - REDIS_VERSION=3.2.8 -matrix: - allow_failures: - - env: REDIS_VERSION=3.2.8 script: make test