Travis: update nodejs version, cache yarn and node_modules
This commit is contained in:
parent
7a2a40e8a9
commit
52607916a4
|
|
@ -1,3 +1,9 @@
|
|||
language: node_js
|
||||
|
||||
node_js:
|
||||
- "6.1"
|
||||
- "node"
|
||||
|
||||
cache:
|
||||
yarn: true
|
||||
directories:
|
||||
- node_modules
|
||||
Loading…
Reference in New Issue