1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00

Removed custom yarn installation from .travis.yml (#649)

This commit is contained in:
Kamino Hiroki 2017-12-22 18:33:45 +09:00 committed by Martin Donath
parent ea257eadf1
commit 011fafa38d

View File

@ -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