From 8ee26388c0c59235def41dafd09395a462620b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Tue, 28 Apr 2015 23:55:57 +0200 Subject: [PATCH] Use new Travis infrastructure. Test with PHP7. --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index 80b160a..34e0aff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,18 @@ language: php +sudo: false + +cache: + directories: + - $HOME/.composer/cache + php: - 5.4 - 5.5 - 5.6 + - nightly - hhvm + - hhvm-nightly matrix: include: @@ -19,6 +27,9 @@ matrix: allow_failures: - php: 5.5 env: SYMFONY_VERSION='dev-master' + - php: nightly + - php: hhvm-nightly + fast_finish: true before_script: - composer self-update