Skip to content

Commit d4577f5

Browse files
committed
Use yarn
1 parent 5c3ba97 commit d4577f5

File tree

6 files changed

+47206
-3
lines changed

6 files changed

+47206
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ node_js:
33
- "5"
44
- "6"
55
- "7"
6+
cache: yarn
67
script:
7-
- npm run build
8-
- npm run test:cov
8+
- yarn install --cwd examples/async
9+
- yarn install --cwd site
10+
- yarn run build
11+
- yarn run test:cov
912
after_success:
10-
- npm run coverage
13+
- yarn run coverage

0 commit comments

Comments
 (0)