Skip to content
Snippets Groups Projects
Unverified Commit e1966a60 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

chore: yarn frozen lockfile on travis (#1971)

parent 53abbc06
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,9 @@ before_install: ...@@ -18,6 +18,9 @@ before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash - curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH" - export PATH="$HOME/.yarn/bin:$PATH"
install:
- yarn install --frozen-lockfile
cache: cache:
yarn: true yarn: true
directories: directories:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment