diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-24 04:09:20 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-24 04:09:20 +0000 |
| commit | 2a3f37903f693cd5af13dbf8dd7df3d0f4e19ee0 (patch) | |
| tree | 6d88260f53dd867d34238cf07a2710d99c62dfd0 /node_modules/socket.io/.travis.yml | |
| parent | 807eb06e57ba4454bdba32493ae603ef9c2c45a1 (diff) | |
| parent | 59cf16ee546111c186e36dc723a60de49cf25001 (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
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" |
