Skip to content

Commit

Permalink
update link to client_secret.json encrypted version + add travis badg…
Browse files Browse the repository at this point in the history
…e on readme file
  • Loading branch information
assem-ch committed Jun 22, 2016
1 parent bf774b3 commit 0c9b008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addons:
- wget
before_install:
- openssl aes-256-cbc -K $encrypted_e45c924b1dd0_key -iv $encrypted_e45c924b1dd0_iv
-in client_secret.json.travis.enc -out client_secret.json -d
-in crm/config/client_secret.json.travis.enc -out crm/config/client_secret.json -d
- pip install pyinvoke
install:
- invoke download
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Build Status](https://travis-ci.org/ioGrow/iogrowCRM.svg?branch=master)](https://travis-ci.org/ioGrow/iogrowCRM)
# ioGROW
CRM for Social Selling, on Google. Integrated with LinkedIn, Twitter, Facebook & Gmail.

Expand Down

0 comments on commit 0c9b008

Please sign in to comment.