UNPKG

259 BYAMLView Raw
1language: node_js
2node_js:
3- '0.10'
4- '0.11'
5before_install:
6 - cd simple-example && npm install --ignore-scripts && cd ..
7deploy:
8 provider: npm
9 email: capajj@gmail.com
10 on:
11 tags: true
12 repo: capaj/socket.io-rpc
13 all_branches: true
\No newline at end of file