diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7663cf2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: node_js + +node_js: + - 9.11 + +script: + - npm run build + - npm test diff --git a/README.md b/README.md index cc4f478..605a15b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # difflint + +[![Build Status](https://travis-ci.org/grvcoelho/difflint.svg?branch=master)](https://travis-ci.org/grvcoelho/difflint) + :nail_care: Run eslint only in the changed parts of the code