PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Tomas Saghy   PHP Cart Page   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Cart Page
Manage items in a shopping cart
Author: By
Last change:
Date: 7 years ago
Size: 230 bytes
 

Contents

Class file image Download
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm before_script: - travis_retry composer install --prefer-source --no-interaction script: - vendor/bin/phpspec run --config=phpspec.yml --no-interaction