Skip to content
Snippets Groups Projects
Commit 011fafa3 authored by Kamino Hiroki's avatar Kamino Hiroki Committed by Martin Donath
Browse files

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

parent ea257ead
No related branches found
No related tags found
No related merge requests found
...@@ -37,10 +37,6 @@ cache: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment