aboutsummaryrefslogtreecommitdiff
path: root/node_modules/socket.io/.travis.yml
blob: 93286a05ae9ced90090210e1eb9c6f7289f160d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"