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