From 0cc1577b1b56d53d21f8a57d658abd53194063f1 Mon Sep 17 00:00:00 2001 From: uwetews Date: Sun, 7 Aug 2016 20:35:44 +0200 Subject: [PATCH] Update travis for 3.1.30 test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f21fc53..975d2029 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_script: - mysql -e "create database IF NOT EXISTS test;" -uroot install: - - git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git + - git clone --depth=50 --branch v3.1.30 git://github.com/smarty-php/smarty-phpunit.git script: - cd smarty-phpunit