mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
Test phpunit 6.1
This commit is contained in:
@@ -10,7 +10,7 @@ php:
|
|||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
- 7.0
|
- 7.0
|
||||||
- 7.1.9
|
- 7.1
|
||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -24,6 +24,7 @@ before_script:
|
|||||||
- mysql -e "create database IF NOT EXISTS test;" -uroot
|
- mysql -e "create database IF NOT EXISTS test;" -uroot
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- if [ ${TRAVIS_PHP_VERSION:0:3} == "7.1" ]; then composer global install phpunit/phpunit 6.1.*; fi
|
||||||
- git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git
|
- git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Reference in New Issue
Block a user