aboutsummaryrefslogtreecommitdiff
path: root/node_modules/socket.io/.travis.yml
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-08-28 05:50:33 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-08-28 05:50:33 +0000
commit5d0305e8f284fe9ce0ec47325a6fd56508ce65f4 (patch)
treee7c434eb54d985e29cbf71caa42a9e4fea0bb68a /node_modules/socket.io/.travis.yml
parentd94aad5042d2fd09242581f11415de4a978168be (diff)
Integrated socketst.io and setup the notification function
Diffstat (limited to 'node_modules/socket.io/.travis.yml')
-rw-r--r--node_modules/socket.io/.travis.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/node_modules/socket.io/.travis.yml b/node_modules/socket.io/.travis.yml
new file mode 100644
index 0000000..93286a0
--- /dev/null
+++ b/node_modules/socket.io/.travis.yml
@@ -0,0 +1,20 @@
+sudo: false
+before_install:
+ - npm install -g npm@'>=1.4.3'
+language: node_js
+node_js:
+ - "0.8"
+ - "0.10"
+ - "0.12"
+ - "4"
+
+git:
+ depth: 1
+
+#matrix:
+ #fast_finish: true
+ #allow_failures:
+ #- node_js: "0.11"
+
+notifications:
+ irc: "irc.freenode.org#socket.io"