remove docu generation

since pip install fails caused by outdated python version
This commit is contained in:
Marcus Holl
2018-03-06 15:15:47 +01:00
parent f6c71a8484
commit 6d2dcd5b52
-4
View File
@@ -1,14 +1,10 @@
language: groovy
sudo: false
install:
- pip install --user mkdocs mkdocs-material
script:
- mvn test -B
- if [[ "${TRAVIS_PULL_REQUEST}" != "false" ]]; then cd documentation && mkdocs build --clean --verbose --strict && cd ..; fi;
cache:
directories:
- $HOME/.m2
- $HOME/.cache/pip
after_success:
- mvn -DrepoToken=$COVERALLS_REPO_TOKEN org.jacoco:jacoco-maven-plugin:report org.eluder.coveralls:coveralls-maven-plugin:report
notifications: