forked from ringcentral/ringcentral-web-phone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
31 lines (31 loc) · 899 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
language: node_js
node_js:
- 6
cache:
directories:
- $HOME/.npm
- node_modules
deploy:
- provider: npm
email: [email protected]
api_key:
secure: iWeUBpPf91pPT3JiUlxgxdX2Bft5U3S3ZgtMJ+c3d50vv2antczIjhfV8tdtxRA313akBWwEfVEitjuYL3cxbrxCcnuxpudZgvczngc8H9vgixBwYIzZALHRWyP6Ok8rkQzASDDnVj9C4E1KJTwhKeu/sRWuM1XGqrT8UrtQa4E=
skip_cleanup: true
on:
node: 6
tags: true
repo: ringcentral/ringcentral-web-phone
- provider: releases
api_key:
secure: fxzvMpV/fAysyoOacCe1GM+zSs9YWIte8lEcLYgFXUbNYdA7L1uMxW1moLas1tOEJUzRdkFW/yJMC4xkoZVqfH6D3hjuue6B3LNzg5R3X10k+QO+i0XAjl5FJ3sF2V4Vb4pSH42TY2VxdMpKfUffesryK2r9z1dJtDm4YA1iDqI=
skip_cleanup: true
file:
- src/ringcentral-web-phone.js
on:
node: 6
tags: true
repo: ringcentral/ringcentral-web-phone
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start