PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Encryption Library   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Encryption Library
Encrypt and decrypt data using adapter classes
Author: By
Last change:
Date: 5 months ago
Size: 365 bytes
 

Contents

Class file image Download
language: php dist: xenial sudo: true php: - '7.1' - '7.2' - '7.3' - nightly matrix: allow_failures: - php: nightly before_install: - sudo add-apt-repository ppa:ondrej/php -y - sudo apt-get -qq update - sudo apt-get install -y libsodium-dev install: - printf "\n" | pecl install libsodium - composer install script: - ./vendor/bin/phpunit