PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Jericko Tejido   basset-ir   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: basset-ir
Retrieve, transform and process text documents
Author: By
Last change: added 7.2 on travis config
Date: 5 years ago
Size: 193 bytes
 

Contents

Class file image Download
language: php sudo: false php: - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly install: - composer install -n script: - vendor/bin/phpunit -c tests/phpunit.xml