Corrected '.travis.yml' file: there is no directory '.gitignore' in the plugin filelist directory.

This commit is contained in:
LarsDW223
2016-05-09 18:52:26 +02:00
parent e9591647ab
commit 204dee0e6f

View File

@@ -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