PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP PASeTo   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP PASeTo
Encrypt and decrypt data with PaSeTO protocol
Author: By
Last change:
Date: 4 years ago
Size: 402 bytes
 

Contents

Class file image Download
language: php php: - 7.0 - 7.1 - 7.2 - 7.3 sudo: required addons: apt: sources: - sourceline: deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted universe - sourceline: deb http://security.ubuntu.com/ubuntu/ xenial-security main restricted universe packages: - mmark - xml2rfc before_install: - composer update script: - composer full-test - make -C docs/RFC