diff --git a/.travis.yml b/.travis.yml index 9eaab69..81fd326 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,17 @@ - language: php php: + - "7.3" - "7.2" - "7.1" - "7.0" - "5.6" - - "5.5" - - "5.4" env: - DOKUWIKI=master - DOKUWIKI=stable - - DOKUWIKI=old-stable -before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh +matrix: + include: + - php: "5.6" + env: DOKUWIKI=old-stable +before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh && rm .gitignore install: sh travis.sh -script: cd _test && phpunit --stderr --group plugin_semantic +script: cd _test && ./phpunit.phar --stderr --group plugin_semantic \ No newline at end of file