aboutsummaryrefslogblamecommitdiffstats
path: root/shippable.yml
blob: 1454e3f708c0723e2d3dc8dad66da8f56928fda2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                            
                                                                               
language: ruby

rvm:
 - 1.9.3
 - 2.1.2

env:
  - CI_REPORTS=shippable/testresults COVERAGE_REPORTS=shippable/codecoverage

before_script:
  - mkdir -p shippable/testresults

script:
  - rspec --format RspecJunitFormatter  --out shippable/testresults/results.xml