From d2c9c5f6cabf90caa9c48c9250316f1960d9d960 Mon Sep 17 00:00:00 2001 From: Giuseppe Di Terlizzi Date: Tue, 8 Oct 2019 11:10:28 +0200 Subject: [PATCH] Fixed Travis CI --- .travis.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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