PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of vincent FALIES   tmdb   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: tmdb
Search for movies using the TMDB API
Author: By
Last change: Add travis PHP 7.3 support
Update scrutinizer & travis configuration for PHP 7.2 support
Date: 4 years ago
Size: 409 bytes
 

Contents

Class file image Download
language: php php: - '7.1' - '7.2' - '7.3' env: global: - PHPUNIT_BIN='vendor/bin/phpunit' - PHPUNIT_CONFIG='phpunit.xml' - PHPUNIT_FLAGS='--stop-on-failure --verbose' before_script: - composer config --global repo.packagist composer https://packagist.org - composer install script : $PHPUNIT_BIN -c $PHPUNIT_CONFIG $PHPUNIT_FLAGS after_success: - vendor/bin/test-reporter