1
0
Fork 0

Adding edittable version 2023-01-14 (66785d9).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2024-12-01 20:32:06 +01:00
parent 51b386fcf7
commit 778f9ac0bf
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
101 changed files with 56770 additions and 0 deletions

View file

@ -0,0 +1,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