1
0
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:
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: 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