Directory : /home/proudlyafrican/public_html/vendor/cartalyst/stripe-laravel/ |
Current File : /home/proudlyafrican/public_html/vendor/cartalyst/stripe-laravel/.travis.yml |
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: hhvm sudo: false cache: directories: - vendor - $HOME/.composer/cache install: - composer install script: - if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then phpunit; fi - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpunit --coverage-text; fi