Files
faveo/vendor/chumper/zipper/.travis.yml
Bhanu Slathia b1f62846ab Update v1.0.6
2016-02-16 23:24:52 +05:30

12 lines
156 B
YAML

language: php
php:
- 5.4
- 5.5
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
script: phpunit