Skip to content

Commit 2c34d76

Browse files
author
regic
committed
Allow jobs to fail
1 parent b024014 commit 2c34d76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

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

2828

2929
jobs:
30+
allow_failures:
31+
- name: test
32+
- name: codeclimate
3033
include:
3134
- stage: test
35+
name: test
3236
script: bundle exec rspec && /tmp/coverage/cc-test-reporter format-coverage -t simplecov -o /tmp/coverage/codeclimate.rspec.json
3337
workspaces:
3438
create:
3539
name: rspec
3640
paths: /tmp/coverage
3741
- stage: test
42+
name: test
3843
script: bundle exec cucumber && /tmp/coverage/cc-test-reporter format-coverage -t simplecov -o /tmp/coverage/codeclimate.cucumber.json
3944
workspaces:
4045
create:
4146
name: cucumber
4247
paths: /tmp/coverage
4348
- stage: codeclimate
49+
name: codeclimate
4450
git:
4551
clone: false
4652
language: minimal

0 commit comments

Comments
 (0)