PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP Seed Spring   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Seed Spring
Generate 128 bit pseudo-random numbers
Author: By
Last change:
Date: 3 years ago
Size: 201 bytes
 

Contents

Class file image Download
language: php php: - "7.0" - "5.6" sudo: false matrix: fast_finish: true install: - composer install - composer self-update - composer update script: - vendor/bin/phpunit - vendor/bin/psalm