Skip to content

Commit ed5ac66

Browse files
authored
Merge pull request #754 from webpack/yarn-build
chore - Set up yarn for travis
2 parents dbf3433 + 39638ca commit ed5ac66

File tree

2 files changed

+7193
-1
lines changed

2 files changed

+7193
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ node_js:
88
script:
99
- bash ./scripts/deploy.sh
1010
sudo: required
11+
cache: yarn
1112
install:
12-
- npm install
13+
- npm i yarn -g
14+
- yarn
1315
- sudo pip install proselint

0 commit comments

Comments
 (0)