mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-05-15 07:51:04 -04:00
Add travis config
This commit is contained in:
parent
f9f47ed103
commit
14b92f8a99
2 changed files with 10 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "4"
|
||||||
|
- "stable"
|
||||||
|
sudo: false
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- node_modules
|
|
@ -1,5 +1,7 @@
|
||||||
## scratch-vm
|
## scratch-vm
|
||||||
|
|
||||||
|
[](https://travis-ci.com/LLK/scratch-vm)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
```bash
|
```bash
|
||||||
npm install scratch-vm
|
npm install scratch-vm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue