We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7907682 commit dbd3c7cCopy full SHA for dbd3c7c
.travis.yml
@@ -8,11 +8,11 @@ env:
8
global:
9
- CXX=g++-4.8
10
before_install:
11
- # Yarn defaults to an old version, make sure we
12
- # get an up to date version
+ # Yarn defaults to an old version, make sure we get an up to date version
13
- npm install -g [email protected]
14
- '[ "${NPM_TOKEN+x}" ] && echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > $HOME/.npmrc || echo "Skipping .npmrc creation";'
15
install:
+ # --frozen-lockfile doesn’t generate a yarn.lock lockfile and fails if an update is needed.
16
- yarn install --frozen-lockfile
17
before_script:
18
- cp config/ci.config.json config/project.json
0 commit comments