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