Skip to content

Commit

Permalink
Merge pull request #166 from zendesk/bquorning/circle-ci-metadata
Browse files Browse the repository at this point in the history
Enable Circle CI to collect test metadata
  • Loading branch information
dasch committed Aug 4, 2016
2 parents c0536bd + 0d78f67 commit 18bc5fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -781,7 +781,7 @@ Thanks to [Zendesk](http://zendesk.com/) for sponsoring the work on Curly.
Build Status
------------

[![Build Status](https://travis-ci.org/zendesk/curly.png?branch=master)](https://travis-ci.org/zendesk/curly)
[![Build Status](https://circleci.com/gh/zendesk/curly.png?circle-token=:circle-tok)](https://circleci.com/gh/zendesk/curly.png)


Copyright and License
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -6,4 +6,4 @@ dependencies:
- bundle install
test:
override:
- bundle exec rspec
- bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml
1 change: 1 addition & 0 deletions curly-templates.gemspec
Expand Up @@ -25,6 +25,7 @@ Gem::Specification.new do |s|
s.add_development_dependency("railties", [">= 3.1", "< 5.1"])
s.add_development_dependency("rake")
s.add_development_dependency("rspec", ">= 3")
s.add_development_dependency("rspec_junit_formatter")
s.add_development_dependency("genspec", ">= 0.3.0")

s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(perf|spec)/}) }
Expand Down

0 comments on commit 18bc5fc

Please sign in to comment.