Last active
December 20, 2015 21:29
-
-
Save tomav/6197670 to your computer and use it in GitHub Desktop.
hlds_log_parser RSpec testing in Travis CI.
No failure, but command failed?
Why?
This file contains hidden or 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
➜ hlds_log_parser git:(master) ✗ rake | |
/home/vagrant/.rbenv/versions/1.9.3-p448/bin/ruby -S rspec ./spec/client_spec.rb ./spec/displayer_spec.rb ./spec/handler_spec.rb ./spec/helper_spec.rb | |
[...] | |
Finished in 1.75 seconds | |
19 examples, 0 failures | |
Coverage report generated for RSpec to /home/travis/build/tomav/hlds_log_parser/coverage. 71 / 71 LOC (100.0%) covered. | |
/home/travis/.rvm/rubies/ruby-1.9.3-p448/bin/ruby -S rspec ./spec/client_spec.rb ./spec/displayer_spec.rb ./spec/handler_spec.rb ./spec/helper_spec.rb failed | |
The command "bundle exec rake" exited with 1. | |
Done. Your build exited with 1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment