Skip to content

Commit 0788187

Browse files
committed
Try using yarn to install webpack for tests
1 parent 9265624 commit 0788187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_js:
44
install:
55
- yarn install
66
- yarn build
7-
- npm install $WEBPACK
7+
- yarn install $WEBPACK -D
88
# Test against multiple webpack versions
99
env:
1010

0 commit comments

Comments
 (0)