aboutsummaryrefslogtreecommitdiff
path: root/node_modules/fast-json-stable-stringify/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/fast-json-stable-stringify/.travis.yml')
-rw-r--r--node_modules/fast-json-stable-stringify/.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/fast-json-stable-stringify/.travis.yml b/node_modules/fast-json-stable-stringify/.travis.yml
new file mode 100644
index 0000000..b61e8f0
--- /dev/null
+++ b/node_modules/fast-json-stable-stringify/.travis.yml
@@ -0,0 +1,8 @@
+language: node_js
+node_js:
+ - "8"
+ - "10"
+ - "12"
+ - "13"
+after_script:
+ - coveralls < coverage/lcov.info