PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Jelle Sebreghts   Lexographical PHP Permutations Generator   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lexographical PHP Permutations Generator
Generate permutations of characters of a string
Author: By
Last change: Update .travis.yml
Updated travis config.
Date: 7 years ago
Size: 339 bytes
 

Contents

Class file image Download
language: php php: - "5.6" - "7.0" - "7.1" - "nightly" - "hhvm" install: - composer self-update - composer install --dev script: vendor/bin/phpunit addons: code_climate: repo_token: e530cd25de990c7daeabd35f58ab744fa3644faedddbf19f96e9a6d898782a7a after_success: - vendor/bin/test-reporter sudo: false