From 5acdc1bf838d25445007d24facf95f1f86227cfe Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Tue, 25 Oct 2016 14:36:25 +0200 Subject: [PATCH] Run tests on Travis using nightly PHP builds --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c85375..33220a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,12 @@ env: matrix: include: - - - php: 5.6 - env: COMPOSER_OPTIONS="--prefer-lowest" + - php: 5.6 + env: COMPOSER_OPTIONS="--prefer-lowest" + - php: nightly + allow_failures: + - php: nightly + fast_finish: true cache: directories: