mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Update travis to use Node 4.2.X LTS. Re GH-351
This commit is contained in:
parent
0ac9f5edc5
commit
7faf2aa8c2
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
language: node_js
|
||||
node_js: '0.12'
|
||||
node_js:
|
||||
- '4.2'
|
||||
sudo: false
|
||||
cache:
|
||||
directories:
|
||||
|
|
Loading…
Reference in a new issue