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
➜ 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. |
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
docker rmi $(docker images | grep "^<none>" | grep -o '[a-f0-9]\{12\}') |