diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-08-07 20:35:44 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-08-07 20:35:44 +0200 |
| commit | 0cc1577b1b56d53d21f8a57d658abd53194063f1 (patch) | |
| tree | 21393a20ef1a181c9d3b5412a795253a39ed7b2a /.travis.yml | |
| parent | 001f16aa0aa9c813916eb0a178e1c21195f8d434 (diff) | |
| download | smarty-0cc1577b1b56d53d21f8a57d658abd53194063f1.tar.gz smarty-0cc1577b1b56d53d21f8a57d658abd53194063f1.tar.bz2 smarty-0cc1577b1b56d53d21f8a57d658abd53194063f1.zip | |
Update travis for 3.1.30 test
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
