From 922d0b81ccb112fc8aec4e7a5fcc1167e25598e9 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Tue, 19 Jul 2016 18:32:41 +0100 Subject: [PATCH] added travis CI support --- .travis.yml | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..6227b4a742 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: node_js +node_js: + - "6" + - "node" +install: + - npm install +script: + - npm test \ No newline at end of file diff --git a/README.md b/README.md index 9aa381731c..19dbeaa7d9 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,6 @@ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI [npm-image]: https://badge.fury.io/js/office-clippy.svg [npm-url]: https://npmjs.org/package/office-clippy [travis-image]: https://travis-ci.org/dolanmiu/office-clippy.svg?branch=master -[travis-url]: https://travis-ci.org/dolanmiu/office-clippy +[travis-url]: https://travis-ci.org/dolanmiu/docx [daviddm-image]: https://david-dm.org/dolanmiu/office-clippy.svg?theme=shields.io [daviddm-url]: https://david-dm.org/dolanmiu/office-clippy \ No newline at end of file