Skip to content

Commit ae12e08

Browse files
author
regic
committed
Allow only codeclimate to fail
1 parent ab8e575 commit ae12e08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ before_script:
2727

2828

2929
jobs:
30+
allow_failures:
31+
- name: codeclimate
3032
include:
3133
- stage: test
3234
script: bundle exec rspec && /tmp/coverage/cc-test-reporter format-coverage -t simplecov -o /tmp/coverage/codeclimate.rspec.json
@@ -41,6 +43,7 @@ jobs:
4143
name: cucumber
4244
paths: /tmp/coverage
4345
- stage: codeclimate
46+
name: codeclimate
4447
git:
4548
clone: false
4649
language: minimal

0 commit comments

Comments
 (0)