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
2a7587dd
Commit
2a7587dd
authored
Apr 01, 2014
by
lanrion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coverage test
parent
a91abfa7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
.travis.yml
+3
-1
spec/spec_helper.rb
+1
-0
No files found.
.travis.yml
View file @
2a7587dd
...
...
@@ -2,7 +2,9 @@ language: ruby
bundler_args
:
--without development
rvm
:
-
2.0.0
script
:
"
rspec"
script
:
-
"
bundle
exec
rake"
-
"
rspec"
services
:
-
redis
addons
:
...
...
spec/spec_helper.rb
View file @
2a7587dd
...
...
@@ -20,6 +20,7 @@ require "redis"
require
"redis-namespace"
require
"codeclimate-test-reporter"
ENV
[
'CODECLIMATE_REPO_TOKEN'
]
=
"c91fecbbd9e414e7cc3ad7a7d99207145de0ac65a3368de09e8c19295343d399"
CodeClimate
::
TestReporter
.
start
ENV
[
"APPID"
]
=
"wx986f04063d341d04"
...
...
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