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" 13install: 14 - "sh travis.sh" 15script: 16 - "cd _test && phpunit --stderr --group plugin_siteexport" 17 - "cd ../lib/plugins/siteexport && sh _test/phantomjs/runPhantomJs.sh" 18