Skip to content

Commit dbd3c7c

Browse files
committed
Add comment
1 parent 7907682 commit dbd3c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ env:
88
global:
99
- CXX=g++-4.8
1010
before_install:
11-
# Yarn defaults to an old version, make sure we
12-
# get an up to date version
11+
# Yarn defaults to an old version, make sure we get an up to date version
1312
- npm install -g [email protected]
1413
- '[ "${NPM_TOKEN+x}" ] && echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > $HOME/.npmrc || echo "Skipping .npmrc creation";'
1514
install:
15+
# --frozen-lockfile doesn’t generate a yarn.lock lockfile and fails if an update is needed.
1616
- yarn install --frozen-lockfile
1717
before_script:
1818
- cp config/ci.config.json config/project.json

0 commit comments

Comments
 (0)