diff options
| author | HumairAK <humair88@hotmail.com> | 2016-09-18 21:02:07 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-09-18 21:02:07 +0000 |
| commit | 541341598d5ed0e5c8ef9b2325dc6bbec958463a (patch) | |
| tree | 2b52efc8b69bd787e16cc523b12d2a54caabd405 /node_modules/socket.io/.travis.yml | |
| parent | d181c175009ef9b3523f025a28c678ae83be024e (diff) | |
| parent | 535d6cfc7a66f174e6f9c656766bee9c15964c48 (diff) | |
Merged conflict
Diffstat (limited to 'node_modules/socket.io/.travis.yml')
| -rw-r--r-- | node_modules/socket.io/.travis.yml | 20 |
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" |
