1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-07-03 06:55:00 +03:00
yii2-nested-sets/.travis.yml

12 lines
152 B
YAML
Raw Normal View History

2015-01-01 12:06:25 +02:00
language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
2015-01-01 12:16:19 +02:00
install:
2015-01-01 12:18:37 +02:00
- composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
2015-01-01 12:16:19 +02:00
- composer install