PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Josantonius   PHP Look and Say Algorithm   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Look and Say Algorithm
Get the next number with ok and Say algorithm
Author: By
Last change: Set the correct phpcbf fix command in composer.json and remove phpunit coverage from .travis.yml
Updated to 1.1.5 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Updated to 1.1.4 version
Date: 6 years ago
Size: 698 bytes
 

Contents

Class file image Download
language: php sudo: false cache: directories: - $HOME/.composer/cache dist: trusty branches: only: - master git: depth: 5 php: - 5.6 - 7.0 - 7.1 - 7.2 - hhvm - nightly matrix: fast_finish: true include: - php: 7.1 env: PHPCS=PSR2 allow_failures: - php: nightly before_script: - export PATH="./vendor/bin:$PATH" - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source --dev script: - phpunit - | if [[ "$PHPCS" ]] ; then phpcs --standard=phpcs.xml $(find . -name '*.php') phpmd src,tests text ./phpmd.xml fi after_success: - bash <(curl -s https://codecov.io/bash)