1language: php 2php: 3 - "7.2" 4 - "7.1" 5 - "7.0" 6 - "5.6" 7env: 8 - DOKUWIKI=master 9 - DOKUWIKI=stable 10before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh && rm .gitignore 11install: sh travis.sh 12script: cd _test && phpunit --stderr --group plugin_authphpbb3 13