diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..60232cd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: node_js +node_js: + - "node" + +git: + submodules: false + +before_script: + - npm install + +script: + - npm test + diff --git a/Readme.md b/Readme.md index 6446d18..79a7fde 100644 --- a/Readme.md +++ b/Readme.md @@ -27,7 +27,8 @@ This is my repo full of code problems that I have completed prior to or during a * [Shortest Fizz Buzz](https://github.com/blakeembrey/code-problems/tree/master/problems/shortest-fizz-buzz) -## Tests +## Javascript Tests +[![Build Status](https://travis-ci.org/SpiralOutDotEu/code-problems.svg?branch=master)](https://travis-ci.org/SpiralOutDotEu/code-problems) ```sh npm install # Installs `mocha` and any other dependencies needed to run