1language: php
2php:
3  - "8.0"
4  - "7.4"
5  - "7.1"
6  - "7.0"
7  - "5.6"
8env:
9  - DOKUWIKI=master
10  - DOKUWIKI=stable
11  - DOKUWIKI=old-stable
12before_install:
13  - "rm .gitignore"
14  - "wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh"
15  - "wget https://raw.github.com/mark-rushakoff/OpenPhantomScripts/master/phantom-qunit.js -P _test"
16install:
17  - "mv req-travis.txt requirements.txt"
18  - "sh travis.sh"
19script:
20  - "cd _test && php fetchphpunit.php && php phpunit.phar --stderr --group plugin_siteexport"
21#  - "cd ../lib/plugins/siteexport/_test && sh phantomjs/runPhantomJs.sh"
22