mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Merge pull request #357 from rschamp/travis-node-stable
Fix "stable" specifier for Travis
This commit is contained in:
commit
2ae9dd28b9
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…
Reference in a new issue