Skip to content

Instantly share code, notes, and snippets.

@yaotti
Created February 21, 2013 01:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yaotti/5001078 to your computer and use it in GitHub Desktop.
Save yaotti/5001078 to your computer and use it in GitHub Desktop.
a workaround to show correct status in Circle CI
machine:
ruby:
version:
1.9.3-p385
test:
override:
- output=$(bundle exec spring rspec --format=p spec); echo $output; echo $output | grep '0 failure'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment