mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-28 01:10:58 +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:
|
directories:
|
||||||
- node_modules
|
- 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 dependencies
|
||||||
install:
|
install:
|
||||||
- yarn install
|
- yarn install
|
||||||
|
Loading…
Reference in New Issue
Block a user