Created
February 21, 2013 01:00
-
-
Save yaotti/5001078 to your computer and use it in GitHub Desktop.
a workaround to show correct status in Circle CI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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