Skip to content
Snippets Groups Projects
Commit 57871449 authored by squidfunk's avatar squidfunk
Browse files

Fixed missing yarn in Travis

parent 038288d4
No related branches found
No related tags found
No related merge requests found
...@@ -54,12 +54,14 @@ cache: ...@@ -54,12 +54,14 @@ 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
# Do not install optional dependencies by default # Do not install optional dependencies by default
install: yarn install --ignore-optional install: yarn install --ignore-optional
# Install dependencies # Install dependencies
before_script: before_script: pip install --user -r requirements.txt
- pip install --user -r requirements.txt
# Perform build and tests # Perform build and tests
script: yarn run build script: yarn run build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment