We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8e575 commit ae12e08Copy full SHA for ae12e08
.travis.yml
@@ -27,6 +27,8 @@ before_script:
27
28
29
jobs:
30
+ allow_failures:
31
+ - name: codeclimate
32
include:
33
- stage: test
34
script: bundle exec rspec && /tmp/coverage/cc-test-reporter format-coverage -t simplecov -o /tmp/coverage/codeclimate.rspec.json
@@ -41,6 +43,7 @@ jobs:
41
43
name: cucumber
42
44
paths: /tmp/coverage
45
- stage: codeclimate
46
+ name: codeclimate
47
git:
48
clone: false
49
language: minimal
0 commit comments