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.
2 parents fe43dd1 + efc17ff commit b5b4e02Copy full SHA for b5b4e02
.travis.yml
@@ -32,7 +32,9 @@ matrix:
32
fast_finish: true
33
34
install:
35
- - bash ./ci/travis-install.sh
+ - yarn --frozen-lockfile
36
+ - yarn link --frozen-lockfile || true
37
+ - yarn link webpack --frozen-lockfile
38
39
script: npm run travis:$JOB_PART
40
ci/travis-install.sh
0 commit comments