PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of nvb   PHP CURL Component   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CURL Component
Compose and execute HTTP requests with Curl
Author: By
Last change: added php 7.2 to the travis test
Date: 5 years ago
Size: 253 bytes
 

Contents

Class file image Download
language: php php: - 5.6 - 7.0 - 7.1 - 7.2 before_script: - composer self-update - composer install - phpenv rehash script: - vendor/bin/phpunit -v --colors --coverage-text notifications: email: - artodeto@bazzline.net sudo: false