PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Travis Encrypter   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Travis Encrypter
Generate encrypted environment variable for Travis
Author: By
Last change:
Date: 6 years ago
Size: 241 bytes
 

Contents

Class file image Download
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 install: - composer install script: phpunit --coverage-clover build/logs/clover.xml after_success: - travis_retry vendor/bin/coveralls -v notifications: email: - peter279k@gmail.com