PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of kiran   Kanboard Group Assign   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Kanboard Group Assign
Plugin to assign tasks to groups or multiple users
Author: By
Last change:
Date: 3 years ago
Size: 565 bytes
 

Contents

Class file image Download
language: php sudo: false services: - postgresql - mysql php: - 7.3 - 7.2 env: global: - PLUGIN=Group_assign - KANBOARD_REPO=https://github.com/kanboard/kanboard.git matrix: - DB=sqlite - DB=mysql - DB=postgres matrix: fast_finish: true install: - git clone --depth 1 $KANBOARD_REPO - ln -s $TRAVIS_BUILD_DIR kanboard/plugins/$PLUGIN before_script: - cd kanboard - phpenv config-add tests/php.ini - composer install - ls -la plugins/ script: - ./vendor/bin/phpunit -c tests/units.$DB.xml plugins/$PLUGIN/Test/