mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-13 22:11:14 -04:00
Fix "stable" specifier for Travis
This shorthand has become unrecognized, so match the docs suggestion of "node" for the most recent stable release.
This commit is contained in:
parent
3989959ebf
commit
2569baaa59
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- '4'
|
||||
- stable
|
||||
- "4"
|
||||
- "node"
|
||||
sudo: false
|
||||
cache:
|
||||
directories:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue