From e3b8026e39836caf1c67a9055131094ad5722776 Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Mon, 18 Nov 2013 22:39:44 +0200 Subject: [PATCH] build should no longer allow failures --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b28b0dd..38c9928 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,4 @@ php: - 5.5 - 5.4 - 5.3 - - 5.2 - -matrix: - allow_failures: - - php: 5.2 \ No newline at end of file + - 5.2 \ No newline at end of file