Skip to content

Commit 6336d89

Browse files
committed
Use yarn install --frozen-lockfile in CI
1 parent 963b4f0 commit 6336d89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ env:
1010
before_install:
1111
# Yarn defaults to an old version, make sure we
1212
# get an up to date version
13-
- npm install -g yarn@1.13.0
13+
- npm install -g yarn@latest
1414
- '[ "${NPM_TOKEN+x}" ] && echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > $HOME/.npmrc || echo "Skipping .npmrc creation";'
15-
15+
install:
16+
- yarn install --frozen-lockfile
1617
before_script:
1718
- cp config/ci.config.json config/project.json
1819
- yarn build

0 commit comments

Comments
 (0)