PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Jelle Sebreghts   PHP BitMask Generator   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP BitMask Generator
Generate all bitmasks with a minimum amount of 1s
Author: By
Last change: Update .travis.yml
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: 237e5583976e07dd271ca4cc68951fd50f1f175cc2a7a2dc979755a716ad7c59 after_success: - vendor/bin/test-reporter sudo: false