PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Jon Lawrence   Equation Operating System   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: For testing
Class: Equation Operating System
Solve equations with multiple variables
Author: By
Last change:
Date: 8 years ago
Size: 321 bytes
 

Contents

Class file image Download
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm - 7.0 matrix: allow_failures: - php: 5.3 - php: 7.0 before_script: - composer self-update - composer install --prefer-source --no-interaction script: phpunit --coverage-clover build/logs/clover.xml after_script: - vendor/bin/test-reporter