PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of adeniyi ibraheem   Potato ORM   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Potato ORM
Store and retrieve objects in databases using ORM
Author: By
Last change:
Date: 8 years ago
Size: 687 bytes
 

Contents

Class file image Download
language: php php: - 5.5.9 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: 7.0 - php: hhvm install: travis_retry composer install --no-interaction --prefer-source script: "phpunit --testsuite=unit --coverage-text --coverage-clover build/logs/clover.xml" after_script: - CODECLIMATE_REPO_TOKEN=71406ec7ca6926d2e437e65a25b63456e89bb7deedd363ccebd56dd80cd551a5 ./vendor/bin/test-reporter --stdout > codeclimate.json - "sh -c 'if [ \"$TRAVIS_PHP_VERSION\" != \"hhvm\" ]; then curl -X POST -d @codeclimate.json -H \"Content-Type: application/json\" -H \"User-Agent: Code Climate (PHP Test Reporter v0.1.1)\" https://codeclimate.com/test_reports ; fi'"