language: php php: - "5.5" - "5.4" - "5.3" env: - DOKUWIKI=master - DOKUWIKI=stable - DOKUWIKI=old-stable before_install: - "rm .gitignore" - "wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh" install: - "sh travis.sh" script: - "cd _test && phpunit --stderr --group plugin_siteexport" - "cd ../lib/plugins/siteexport && sh _test/phantomjs/runPhantomJs.sh"