aboutsummaryrefslogtreecommitdiffstats
path: root/shippable.yml
diff options
context:
space:
mode:
Diffstat (limited to 'shippable.yml')
-rw-r--r--shippable.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/shippable.yml b/shippable.yml
index d13a455..1454e3f 100644
--- a/shippable.yml
+++ b/shippable.yml
@@ -11,4 +11,4 @@ before_script:
- mkdir -p shippable/testresults
script:
- - rspec -f JUnit -o shippable/testresults/results.xml
+ - rspec --format RspecJunitFormatter --out shippable/testresults/results.xml