blob: 725cc5908bc366738f2e9c17adc4dd41210d2410 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
language: php
php:
- "nightly"
- "7.4"
- "7.3"
- "7.2"
- "7.1"
- "7.0"
- "5.6"
env:
- DOKUWIKI=master
matrix:
allow_failures:
- php: "nightly"
before_install:
- wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
- npm install
install: sh travis.sh
script:
- cd _test && ./phpunit.phar --stderr --group plugin_edittable
- cd ../lib/plugins/edittable && grunt
- grunt eslint
|