PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Matous Nemec   PHP Editable Text Field   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Editable Text Field
Create page fields with values that users can edit
Author: By
Last change:
Date: 2 years ago
Size: 423 bytes
 

Contents

Class file image Download
language: php php: - 5.6 - 7.0 - 7.1 - 7.2 - hhvm matrix: allow_failures: - php: hhvm install: - composer install --no-interaction --prefer-source script: - vendor/bin/tester -p php $COVERAGE tests/ -s -c tests/php.travis.ini - vendor/bin/parallel-lint src tests - vendor/bin/phpcs --standard=ruleset.xml --extensions=php,phpt --encoding=utf-8 --tab-width=4 -sp src tests