Skip to content

Commit 11cbb6c

Browse files
committed
code climate
1 parent 9bd8b57 commit 11cbb6c

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.rubocop.yml

-4
This file was deleted.

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1+
env:
2+
global:
3+
- CC_TEST_REPORTER_ID=b59406eb545843eae141deb6772544cbfa135076b25779a9c28efe630312f8d9
14
services:
25
- mongodb
36
language: ruby
47
rvm:
58
- 2.4.5
9+
before_script:
10+
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
11+
- chmod +x ./cc-test-reporter
12+
- ./cc-test-reporter before-build
613
script:
714
- DRIVER=ar DEBUG=1 bundle exec rspec
815
- DRIVER=mongo DEBUG=1 bundle exec rspec
16+
after_script:
17+
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ In this same repository.
5656
- Live Reload
5757
- Aggregations
5858
- Permissions on fields
59-
6059
- Relation with aliases tests
6160
- Write division for "every" in Mongoid and AR
6261
- Sort top level models by association values

0 commit comments

Comments
 (0)