From 544e121129ba5fd1aee0592ef76c8d0d8a6c8de4 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Wed, 29 Apr 2015 13:28:30 -0700 Subject: [PATCH] Add PHP nightly builds to continuous integration tests --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e418357..66653e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,12 @@ php: - 5.5 - 5.6 - hhvm + - nightly matrix: allow_failures: - php: hhvm + - php: nightly before_script: - bash tests/before_script.sh