1language: php
2php:
3  - "7.1"
4  - "7.0"
5  - "5.6"
6env:
7  - DOKUWIKI=master
8before_install:
9  - wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
10  - npm install
11install: sh travis.sh
12script:
13  - cd _test && phpunit --stderr --group plugin_tablelayout
14  - cd ../lib/plugins/tablelayout && grunt
15