PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Caleb   PHP Mussel   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Mussel
PHP file virus scanner to detect malware
Author: By
Last change:
Date: 4 years ago
Size: 292 bytes
 

Contents

Class file image Download
language: php php: - '5.4' - '5.5' - '5.6' - '7.0' - '7.1' - '7.2' - '7.3' before_script: - cp $TRAVIS_BUILD_DIR/vault/config.ini.RenameMe $TRAVIS_BUILD_DIR/vault/config.ini - phpenv config-rm xdebug.ini || true script: phpunit .travis.php notifications: email: false