summaryrefslogtreecommitdiffstats
path: root/plugins/55/edittable/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/55/edittable/.travis.yml')
-rw-r--r--plugins/55/edittable/.travis.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/55/edittable/.travis.yml b/plugins/55/edittable/.travis.yml
new file mode 100644
index 0000000..725cc59
--- /dev/null
+++ b/plugins/55/edittable/.travis.yml
@@ -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