Fixes #288
Modifications:
- call `make clean` explicitely to clean the workspace
- add `make clean` to Travis instructions
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
- composer self-update
- composer install
script:
+ - make clean
- make test
# See phpunit.xml for configuration
# https://phpunit.de/manual/current/en/appendixes.configuration.html
##
-test: clean
+test:
@echo "-------"
@echo "PHPUNIT"
@echo "-------"
### remove all unversioned files
clean:
- @git clean -df
+ @git clean -df
### update the local copy of the documentation
doc: clean
- @rm -rf doc
- @git clone https://github.com/shaarli/Shaarli.wiki.git doc
- @rm -rf doc/.git
+ @rm -rf doc
+ @git clone https://github.com/shaarli/Shaarli.wiki.git doc
+ @rm -rf doc/.git
### Convert local markdown documentation to HTML
htmldoc: