From 1c89cebf7e97ab789b4e5dfbdfd9ab7d4beed886 Mon Sep 17 00:00:00 2001 From: alterphp Date: Tue, 30 May 2017 22:00:31 +0200 Subject: [PATCH] try test config sf 3.0 and twig 1.X --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7bcbfcfd..da6ee4f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,8 @@ matrix: # common (some popular version combinations) - php: 7.0 env: - - SYMFONY_VERSION="3.1.*" + - SYMFONY_VERSION="3.0.*" + - TWIG_VERSION="1.x-dev" - CHECK_PHP_SYNTAX="yes" allow_failures: - php: nightly