mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-05 12:14:12 +02:00
21 lines
250 B
YAML
21 lines
250 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- '7'
|
|
- hhvm
|
|
|
|
allow_failures:
|
|
- php: hhvm
|
|
|
|
install:
|
|
- git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git
|
|
|
|
script:
|
|
- cd smarty-phpunit
|
|
- phpunit ./
|
|
|