* move all the libs into the correct folders * libs folder is now called lib * Smarty update to 3.1.30 * main config update with / is now set via core variable (dynamic)
19 lines
233 B
YAML
19 lines
233 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
|
|
allow_failures:
|
|
- php: hhvm
|
|
|
|
install:
|
|
- git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git
|
|
|
|
script:
|
|
- cd smarty-phpunit
|
|
- phpunit ./
|
|
|