magento-plugin/.travis.yml

13 lines
213 B
YAML
Raw Normal View History

2014-07-02 06:39:21 -07:00
language: php
php:
- 5.5
- 5.4
- 5.3
install:
- composer install
script: php bin/phing -propertyfile travis.properties build-travis
2014-07-02 13:11:25 -07:00
cache:
directories:
- vendor
- build/magento