Update .travis.yml: Fix plugin name

This commit is contained in:
Mohmoud 2019-05-30 00:38:47 -04:00 committed by GitHub
parent 9bb6b05fd6
commit d367de1f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,6 @@ install:
- pip install mkdocs
- pip install mkdocs-material
- pip install pymdown-extensions
- pip install git-revision-date
- pip install mkdocs-git-revision-date-plugin
script:
- mkdocs build