Add travis config

This commit is contained in:
Andrew Sliwinski 2016-04-18 17:22:23 -04:00
parent f9f47ed103
commit 14b92f8a99
2 changed files with 10 additions and 0 deletions

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
language: node_js
node_js:
- "4"
- "stable"
sudo: false
cache:
directories:
- node_modules

View file

@ -1,5 +1,7 @@
## scratch-vm ## scratch-vm
[![Build Status](https://travis-ci.com/LLK/scratch-vm.svg?token=xzzHj4ct3SyBTpeqxnx1&branch=develop)](https://travis-ci.com/LLK/scratch-vm)
## Installation ## Installation
```bash ```bash
npm install scratch-vm npm install scratch-vm