https://github.com/websockets/ws
Revision 309d77f27ac2a505261c9d17dcfcf1a7ad0b1cae authored by Luigi Pinca on 20 April 2017, 13:54:52 UTC, committed by Luigi Pinca on 20 April 2017, 13:54:52 UTC
1 parent 2d66ec9
Raw File
Tip revision: 309d77f27ac2a505261c9d17dcfcf1a7ad0b1cae authored by Luigi Pinca on 20 April 2017, 13:54:52 UTC
[dist] 2.3.0
Tip revision: 309d77f
.travis.yml
language: node_js
dist: trusty
sudo: false
node_js:
  - "7"
  - "6"
  - "4"
  - "4.1.0"
after_success:
  - "npm install coveralls@2 && nyc report --reporter=text-lcov | coveralls"
back to top