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 963b4f0 commit 6336d89Copy full SHA for 6336d89
.travis.yml
@@ -10,9 +10,10 @@ env:
10
before_install:
11
# Yarn defaults to an old version, make sure we
12
# get an up to date version
13
- - npm install -g yarn@1.13.0
+ - npm install -g yarn@latest
14
- '[ "${NPM_TOKEN+x}" ] && echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > $HOME/.npmrc || echo "Skipping .npmrc creation";'
15
-
+install:
16
+ - yarn install --frozen-lockfile
17
before_script:
18
- cp config/ci.config.json config/project.json
19
- yarn build
0 commit comments