Skip to content

Commit 2f0ebba

Browse files
committed
Merge branch 'master' into fixes_ng_module_error
2 parents 5ad7664 + eb143b7 commit 2f0ebba

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js: ["0.10"]
33
before_script:
4-
- npm install -g bower
4+
- npm install -g bower gulp
55
- bower install

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# angular-zendesk-widget
1+
# angular-zendesk-widget [![Build Status](https://travis-ci.org/CrossLead/angular-zendesk-widget.svg?branch=master)](https://travis-ci.org/CrossLead/angular-zendesk-widget)
22
Angular wrapper for the [Zendesk Web Widget](https://support.zendesk.com/hc/en-us/articles/203908456-Using-Web-Widget-to-embed-customer-service-in-your-website)
33

44
## Installation

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"name": "McChrystal Group",
66
"email": "[email protected]"
77
},
8+
"scripts": {
9+
"test": "gulp process-all"
10+
},
811
"dependencies": {},
912
"devDependencies": {
1013
"chai": "^1.9.1",

0 commit comments

Comments
 (0)