summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-08-07 20:57:11 +0200
committeruwetews <uwe.tews@googlemail.com>2016-08-07 20:57:11 +0200
commit7f932e7ac4d409ebcaae418c22755a3d6fa1a333 (patch)
tree1b07071f567d5a2506cf217c53f81b1c03d43900 /.travis.yml
parented2b7f1146cfda13df1eea8a5f707a1b771b6e7e (diff)
downloadsmarty-7f932e7ac4d409ebcaae418c22755a3d6fa1a333.tar.gz
smarty-7f932e7ac4d409ebcaae418c22755a3d6fa1a333.tar.bz2
smarty-7f932e7ac4d409ebcaae418c22755a3d6fa1a333.zip
Prepare 3.1.31-dev
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 975d2029..7f21fc53 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 v3.1.30 git://github.com/smarty-php/smarty-phpunit.git
+ - git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git
script:
- cd smarty-phpunit