summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/translation/.travis.yml
blob: c7eb5a654bc54fd1613cf438e8ee4e1ec2bf5748 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Config file for travis-ci.org

language: php
php:
  - "7.1"
  - "7.0"
  - "5.6"
env:
  - DOKUWIKI=master
  - DOKUWIKI=stable
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
install: sh travis.sh
script: cd _test && phpunit --stderr --group plugin_translation