PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Scott Arciszewski   Easy PHP RSA Library   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy PHP RSA Library
RSA data encryption and decryption using phpseclib
Author: By
Last change:
Date: 3 years ago
Size: 261 bytes
 

Contents

Class file image Download
language: php php: - "7.1" - "7.0" - "5.6" - "5.5" - "hhvm" sudo: false matrix: fast_finish: true allow_failures: - php: "hhvm" install: - composer install - composer self-update - composer update - chmod +x ./phpunit.sh script: ./phpunit.sh