Skip to content

Commit 8a01751

Browse files
committed
chore(build): Cache yarn & add node 7
1 parent ffe5acc commit 8a01751

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: node_js
22
node_js:
33
- "6"
4+
- "7"
45
script:
56
- make build test
7+
cache: yarn
8+

0 commit comments

Comments
 (0)