Skip to content

Commit b4ab7e3

Browse files
committed
Change Travis settings
1 parent ae73fb3 commit b4ab7e3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
language: node_js
22
node_js:
3-
- "5"
4-
- "6"
5-
- "7"
6-
cache: yarn
3+
- "node"
4+
cache:
5+
yarn: true
6+
directories:
7+
- node_modules
8+
- examples/async/node_modules
9+
- site/node_modules
710
script:
811
- yarn install --cwd examples/async
912
- yarn install --cwd site

0 commit comments

Comments
 (0)