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