From 035b96982049fa13efc60286624288acbdc3e053 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 20 May 2015 12:35:01 +0200 Subject: [PATCH] Switch Travis to the stable HHVM version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9955fcc..a5c6dbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ php: - 5.5 - 5.4 - 5.3 - - hhvm-nightly + - hhvm script: phpunit --coverage-text