Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
weixin_authorize
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
weixin_authorize
Commits
5c053058
Commit
5c053058
authored
Apr 01, 2014
by
lanrion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added travis CI test
parent
e9690bc3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
.travis.yml
+9
-0
README.md
+1
-0
spec/spec_helper.rb
+4
-0
No files found.
.travis.yml
0 → 100644
View file @
5c053058
language
:
ruby
bundler_args
:
--without development
rvm
:
-
1.9.3
-
2.0.0
-
2.1.0
script
:
"
rspec"
services
:
-
redis
README.md
View file @
5c053058
# WeixinAuthorize
[
![Gem Version
](
https://badge.fury.io/rb/weixin_authorize.png
)
](http://badge.fury.io/rb/weixin_authorize)
[
![Build Status
](
https://secure.travis-ci.org/lanrion/my_mongoid.png?branch=master
)
](http://travis-ci.org/lanrion/my_mongoid)
Support using
[
Redis
](
http://redis.io
)
to store
`access_token`
...
...
spec/spec_helper.rb
View file @
5c053058
...
...
@@ -19,6 +19,10 @@ require "multi_json"
require
"redis"
require
"redis-namespace"
ENV
[
"APPID"
]
=
"wx986f04063d341d04"
ENV
[
"APPSECRET"
]
=
"1a941cd88cb4579ba98ec06b6813af03"
ENV
[
"OPENID"
]
=
"o9k6BuB0kydAcPTc7sPxppB1GQqA"
redis
=
Redis
.
new
(
:host
=>
"127.0.0.1"
,
:port
=>
"6379"
)
namespace
=
"weixin_test:weixin_authorize"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment