Corrected '.travis.yml' file: there is no directory '.gitignore' in the plugin filelist directory.
This commit is contained in:
@@ -8,6 +8,6 @@ php:
|
|||||||
env:
|
env:
|
||||||
- DOKUWIKI=master
|
- DOKUWIKI=master
|
||||||
- DOKUWIKI=stable
|
- DOKUWIKI=stable
|
||||||
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh && rm .gitignore
|
before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
|
||||||
install: sh travis.sh
|
install: sh travis.sh
|
||||||
script: cd _test && phpunit --stderr --group plugin_filelist
|
script: cd _test && phpunit --stderr --group plugin_filelist
|
||||||
|
|||||||
Reference in New Issue
Block a user