Skip to content

Instantly share code, notes, and snippets.

@tomav
Last active December 20, 2015 21:29
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 tomav/6197670 to your computer and use it in GitHub Desktop.
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?
➜ 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