PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Julian Finkler   Layerless   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Layerless
Assemble and process layerless neural networks
Author: By
Last change:
Date: 6 years ago
Size: 317 bytes
 

Contents

Class file image Download
dist: trusty language: php php: - '5.6' - '7.0' - hhvm branches: only: master before_script: - composer self-update - composer update --prefer-source `if [[ $COMPOSER_PREFER_LOWEST = true ]]; then echo "--prefer-lowest --prefer-stable"; fi` script: vendor/bin/phpunit --configuration phpunit.xml