1language: php 2php: 3 - "nightly" 4 - "7.3" 5 - "7.2" 6 - "7.1" 7 - "7.0" 8 - "5.6" 9env: 10 matrix: 11 - DOKUWIKI=master 12 - DOKUWIKI=stable 13matrix: 14 allow_failures: 15 - php: "nightly" 16before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh 17install: sh travis.sh 18script: cd _test && ./phpunit.phar --stderr --group plugin_top 19