mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01:00
Removed custom yarn installation from .travis.yml (#649)
This commit is contained in:
parent
ea257eadf1
commit
011fafa38d
@ -37,10 +37,6 @@ cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
# Install yarn as Travis doesn't support it out of the box
|
||||
before_install:
|
||||
- npm install -g yarn@v1.3.2
|
||||
|
||||
# Install dependencies
|
||||
install:
|
||||
- yarn install
|
||||
|
Loading…
Reference in New Issue
Block a user