From 6b16313cedacacccb57dedb577f542976472c3f6 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sat, 18 Jul 2015 07:28:44 -0700 Subject: [PATCH] Update travis-ci environments. hhvm-nightly is no more, but there is a php 7.0. Will it pass? The suspense is killing me! --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4c894ed..a938487 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,8 @@ php: - 5.4 - 5.5 - 5.6 + - 7.0 - hhvm - - hhvm-nightly sudo: false