From 1b22e7c5cc3a0206c66b6146299dea1e32283a0c Mon Sep 17 00:00:00 2001 From: Nico Schoenmaker Date: Fri, 12 May 2017 17:18:16 +0200 Subject: [PATCH] Add php7.1, remove hhvm (#13) HHVM build errors about ``` The command "sudo apt-get install -y hhvm" failed and exited with 100 during . ``` https://travis-ci.org/hostnet/symfony1/jobs/231082063 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d9a5bbeb7e..4a1728fc8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: php php: + - 7.1 - 7.0 - 5.6 - - hhvm before_script: - composer install --dev