mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-08-13 15:00:49 -04:00
Add Travis configuration
This commit is contained in:
parent
3dca142bb9
commit
fc7db05978
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "4.2"
|
||||
- "stable"
|
||||
sudo: false
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
Loading…
Add table
Add a link
Reference in a new issue