From 1e9739dda1144316da517fbde3ece57c08dc3a20 Mon Sep 17 00:00:00 2001 From: Guilherme Rv Coelho Date: Thu, 12 Apr 2018 09:14:00 -0300 Subject: [PATCH] chore: add travis configuration --- .travis.yml | 8 ++++++++ README.md | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 .travis.yml 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