Skip to content

Commit 39638ca

Browse files
committed
chore - Set up yarn for travis
Safer builds.
1 parent dbf3433 commit 39638ca

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)