summaryrefslogtreecommitdiffstats
path: root/binary-search/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--binary-search/.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/binary-search/.travis.yml b/binary-search/.travis.yml
new file mode 100644
index 0000000..795ac70
--- /dev/null
+++ b/binary-search/.travis.yml
@@ -0,0 +1,6 @@
+language: node_js
+node_js:
+ - '6'
+cache:
+ directories:
+ - node_modules