From 7b5fa936ffca87ec7aab796c23c6991c780ce714 Mon Sep 17 00:00:00 2001 From: Robert Hafner Date: Wed, 7 Jan 2015 19:41:48 -0800 Subject: [PATCH] Fixed allowed_failures formatting --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9e066d4..96a7b69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,5 @@ after_script: matrix: fast_finish: true allow_failures: - - php: - - hhvm - - hhvm-nightly \ No newline at end of file + - php: hhvm + - php: hhvm-nightly \ No newline at end of file