From f4410b71e8083f1158395a184075a65ea6b5f08b Mon Sep 17 00:00:00 2001 From: Maxim Date: Thu, 28 Jul 2016 11:00:08 +1000 Subject: [PATCH] Added php nightly for travis --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea297b95..5ec145c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,12 +5,13 @@ php: - 5.5 - 5.6 - 7.0 + - nightly - hhvm matrix: fast_finish: true allow_failures: - - php: 7.0 + - php: nightly - php: hhvm before_script: @@ -22,4 +23,4 @@ script: - ./vendor/bin/phpcs --standard=PSR2 -p --report=full --report-checkstyle=build/logs/checkstyle.xml src/ tests/ after_script: - - ./vendor/bin/coveralls -v \ No newline at end of file + - ./vendor/bin/coveralls -v