diff options
Diffstat (limited to 'node_modules/typographic-quotes/.travis.yml')
| -rw-r--r-- | node_modules/typographic-quotes/.travis.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/typographic-quotes/.travis.yml b/node_modules/typographic-quotes/.travis.yml new file mode 100644 index 0000000..6769e3a --- /dev/null +++ b/node_modules/typographic-quotes/.travis.yml @@ -0,0 +1,8 @@ +language: node_js +node_js: + - v5 + - v4 + - '0.12' + - '0.10' +after_script: + - 'npm run coveralls' |