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