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 3658f51 commit 3da0576Copy full SHA for 3da0576
shippable.yml
@@ -24,8 +24,5 @@ build:
24
- bundle exec brakeman_translate_checkstyle_format translate --file="tmp/brakeman.json" > tmp/brakeman_checkstyle.xml
25
- COVERAGE=true xvfb-run --server-args="-screen 0 1024x768x24" bundle exec rake ci:setup:rspec spec
26
27
- on_success:
28
- - CI_REPORTS=$PWD/spec/reports testspace @.testspace.txt
29
-
30
- on_failure:
+ always:
31
- CI_REPORTS=$PWD/spec/reports testspace @.testspace.txt
0 commit comments