Skip to content

Commit efc17ff

Browse files
committed
Do not install yarn on Travis
Yarn is already installed on Travis and does not needed to added.
1 parent 37cc6f4 commit efc17ff

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)