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:
|
||||
- DOKUWIKI=master
|
||||
- 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
|
||||
script: cd _test && phpunit --stderr --group plugin_filelist
|
||||
|
||||
Reference in New Issue
Block a user