xref: /plugin/siteexport/.travis.yml (revision 0965d97c78409704fcc2f62de8aa98dbc4cc3d77)
1language: php
2php:
3  - "5.6"
4  - "5.5"
5  - "5.4"
6  - "5.3"
7env:
8  - DOKUWIKI=master
9  - DOKUWIKI=stable
10  - DOKUWIKI=old-stable
11before_install:
12  - "rm .gitignore"
13  - "wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh"
14  - "wget https://raw.github.com/mark-rushakoff/OpenPhantomScripts/master/phantom-qunit.js -P _test"
15install:
16  - "mv req-travis.txt requirements.txt"
17  - "sh travis.sh"
18script:
19  - "cd _test && phpunit --stderr --group plugin_siteexport"
20  - "cd ../lib/plugins/siteexport/_test && sh phantomjs/runPhantomJs.sh"
21