Skip to content

Commit 81c1472

Browse files
author
dimaspirit
committed
travis & badge
1 parent 96699c3 commit 81c1472

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: node_js
2+
node_js:
3+
- "4.1"
4+
- "4.0"

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# QuickBlox JavaScript SDK
22

3+
[![npm](https://img.shields.io/npm/v/quickblox.svg)]()
4+
[![npm](https://img.shields.io/npm/dm/quickblox.svg)]()
5+
36
The QuickBlox JavaScript SDK provides a JavaScript library making it even
47
easier to access the QuickBlox cloud communication backend platform.
58

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,9 @@
7272
"ghooks": {
7373
"pre-push": "jasmine"
7474
}
75+
},
76+
"scripts": {
77+
"build": "npm i && grunt",
78+
"test": "echo 'Testing...' && jasmine"
7579
}
7680
}

quickblox.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)