mirror of
https://github.com/scratchfoundation/gh-pages.git
synced 2024-11-28 10:15:36 -05:00
Test on Node 6 and cache dependencies
This commit is contained in:
parent
7bc6da9277
commit
b424c0fdea
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "4"
|
||||
- "6"
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
Loading…
Reference in a new issue