Skip to content

Commit b5b4e02

Browse files
authored
Merge pull request webpack#6263 from ooflorent/travis_yarn
Do not install yarn on Travis
2 parents fe43dd1 + efc17ff commit b5b4e02

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ matrix:
3232
fast_finish: true
3333

3434
install:
35-
- bash ./ci/travis-install.sh
35+
- yarn --frozen-lockfile
36+
- yarn link --frozen-lockfile || true
37+
- yarn link webpack --frozen-lockfile
3638

3739
script: npm run travis:$JOB_PART
3840

ci/travis-install.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)