File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ env :
2
+ global :
3
+ - CC_TEST_REPORTER_ID=b59406eb545843eae141deb6772544cbfa135076b25779a9c28efe630312f8d9
1
4
services :
2
5
- mongodb
3
6
language : ruby
4
7
rvm :
5
8
- 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
6
13
script :
7
14
- DRIVER=ar DEBUG=1 bundle exec rspec
8
15
- DRIVER=mongo DEBUG=1 bundle exec rspec
16
+ after_script :
17
+ - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ In this same repository.
56
56
- Live Reload
57
57
- Aggregations
58
58
- Permissions on fields
59
-
60
59
- Relation with aliases tests
61
60
- Write division for "every" in Mongoid and AR
62
61
- Sort top level models by association values
You can’t perform that action at this time.
0 commit comments