UNPKG
chat-engine
Version:
alpha (0.10.13)
beta (0.9.16)
latest (0.9.21)
react-beta (0.10.4)
0.10.13
0.10.12
0.10.11
0.10.9
0.10.8
0.10.7
0.10.6
0.10.4
0.10.3
0.10.1
0.10.0
0.9.21
0.9.19
0.9.18
0.9.17
0.9.16
0.9.15
0.9.14
0.9.13
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.8.4
0.8.3
0.8.2
0.8.0
0.7.0
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.2.1
0.2.0
0.1.14
ChatEngine
github.com/pubnub/chat-engine
pubnub/chat-engine
chat-engine
/
.travis.yml
13 lines
(12 loc)
•
205 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
language:
node_js
sudo:
false
node_js:
-
'6'
-
'7'
-
'8'
cache:
yarn
script:
- gulp test
after_success:
- npm install codecov codacy-coverage - cat ./coverage/lcov.info | node_modules/.bin/codacy-coverage