UNPKG

270 BYAMLView Raw
1sudo: false
2before_install:
3 - npm install -g npm@'>=1.4.3'
4language: node_js
5node_js:
6 - "0.8"
7 - "0.10"
8 - "0.12"
9 - "4"
10
11git:
12 depth: 1
13
14#matrix:
15 #fast_finish: true
16 #allow_failures:
17 #- node_js: "0.11"
18
19notifications:
20 irc: "irc.freenode.org#socket.io"