Blame view

wave/node_modules/socket.io/.travis.yml 270 Bytes
cf76164e6   Ting Chan   20190709
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"