diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..00dd791d5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: node_js +node_js: +- "4" +- "stable" +sudo: false +cache: + directories: + - node_modules diff --git a/README.md b/README.md index 8933d7c7b..234e07629 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## scratch-vm +[![Build Status](https://travis-ci.com/LLK/scratch-vm.svg?token=xzzHj4ct3SyBTpeqxnx1&branch=develop)](https://travis-ci.com/LLK/scratch-vm) + ## Installation ```bash npm install scratch-vm