summaryrefslogtreecommitdiff
path: root/plugins/Group_assign/.travis.yml
blob: 6e29a9fc9cfa85eb83f69d075ee9fb27481a8f56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
language: php
sudo: false

php:
  - 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:
  - phpunit -c tests/units.$DB.xml plugins/$PLUGIN/Test/