From 094039dbc84cc46d76934a786b7594a95b89e14e Mon Sep 17 00:00:00 2001 From: Simon Welsh Date: Sun, 14 Jul 2013 17:21:18 +1200 Subject: [PATCH] Remove PHP 5.5 from allowed failures --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b46af4d9..00c99aab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,6 @@ matrix: env: DB=MYSQL CORE_RELEASE=3.0 - php: 5.5 env: DB=MYSQL CORE_RELEASE=3.0 - allow_failures: - - php: 5.5 - env: DB=MYSQL CORE_RELEASE=3.0 before_script: - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support @@ -40,4 +37,4 @@ branches: notifications: irc: channels: - - "irc.freenode.org#silverstripe" \ No newline at end of file + - "irc.freenode.org#silverstripe"