mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
add travis.yml
This commit is contained in:
20
tests/.travis.yml
Normal file
20
tests/.travis.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
language: php
|
||||||
|
|
||||||
|
php:
|
||||||
|
- 5.3
|
||||||
|
- 5.4
|
||||||
|
- 5.5
|
||||||
|
- 5.6
|
||||||
|
- hhvm
|
||||||
|
- nightly
|
||||||
|
- hhvm-nightly
|
||||||
|
|
||||||
|
allow_failures:
|
||||||
|
- php: nightly
|
||||||
|
- php: hhvm-nightly
|
||||||
|
|
||||||
|
install:
|
||||||
|
- composer require smarty/smarty:3.1.*@dev
|
||||||
|
|
||||||
|
|
||||||
|
phpunit
|
Reference in New Issue
Block a user