fleetvu/vexpense/fleetvuApi/vendor/firebase/php-jwt/.travis.yml
2017-06-22 16:11:47 +05:30

14 lines
199 B
YAML

language: php
php:
- 5.3
- 5.4
- 5.5
- hhvm
before_script:
- wget -nc http://getcomposer.org/composer.phar
- php composer.phar install
script: phpunit --configuration phpunit.xml.dist