Skip to content

Instantly share code, notes, and snippets.

@olleolleolle
Last active November 16, 2016 16:39
Show Gist options
  • Save olleolleolle/b5cc985f30bf6a8a814fbf34c9f632a8 to your computer and use it in GitHub Desktop.
Save olleolleolle/b5cc985f30bf6a8a814fbf34c9f632a8 to your computer and use it in GitHub Desktop.
/home/travis/.rvm/rubies/jruby-1.7.26/bin/jruby -I/home/travis/build/mystuff/mything/gemfiles/vendor/bundle/jruby/1.9/gems/rspec-core-3.5.4/lib:/home/travis/build/mystuff/mything/gemfiles/vendor/bundle/jruby/1.9/gems/rspec-support-3.5.0/lib /home/travis/build/mystuff/mything/gemfiles/vendor/bundle/jruby/1.9/gems/rspec-core-3.5.4/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb
OptionParser::MissingArgument: missing argument: --pattern
parse at /home/travis/.rvm/rubies/jruby-1.7.26/lib/ruby/1.9/optparse.rb:493
parse_in_order at /home/travis/.rvm/rubies/jruby-1.7.26/lib/ruby/1.9/optparse.rb:1359
catch at org/jruby/RubyKernel.java:1242
parse_in_order at /home/travis/.rvm/rubies/jruby-1.7.26/lib/ruby/1.9/optparse.rb:1347
order! at /home/travis/.rvm/rubies/jruby-1.7.26/lib/ruby/1.9/optparse.rb:1341
permute! at /home/travis/.rvm/rubies/jruby-1.7.26/lib/ruby/1.9/optparse.rb:1432
parse! at /home/travis/.rvm/rubies/jruby-1.7.26/lib/ruby/1.9/optparse.rb:1453
parse at /home/travis/build/mystuff/mything/gemfiles/vendor/bundle/jruby/1.9/gems/rspec-core-3.5.4/lib/rspec/core/option_parser.rb:23
parse at /home/travis/build/mystuff/mything/gemfiles/vendor/bundle/jruby/1.9/gems/rspec-core-3.5.4/lib/rspec/core/option_parser.rb:8
command_line_options at /home/travis/build/mystuff/mything/gemfiles/vendor/bundle/jruby/1.9/gems/rspec-core-3.5.4/lib/rspec/core/configuration_options.rb:134
custom_options_file at /home/travis/build/mystuff/mything/gemfiles/vendor/bundle/jruby/1.9/gems/rspec-core-3.5.4/lib/rspec/core/configuration_options.rb:175
file_options at /home/travis/build/mystuff/mything/gemfiles/vendor/bundle/jruby/1.9/gems/rspec-core-3.5.4/lib/rspec/core/configuration_options.rb:121
organize_options at /home/travis/build/mystuff/mything/gemfiles/vendor/bundle/jruby/1.9/gems/rspec-core-3.5.4/lib/rspec/core/configuration_options.rb:46
initialize at /home/travis/build/mystuff/mything/gemfiles/vendor/bundle/jruby/1.9/gems/rspec-core-3.5.4/lib/rspec/core/configuration_options.rb:13
run at /home/travis/build/mystuff/mything/gemfiles/vendor/bundle/jruby/1.9/gems/rspec-core-3.5.4/lib/rspec/core/runner.rb:66
invoke at /home/travis/build/mystuff/mything/gemfiles/vendor/bundle/jruby/1.9/gems/rspec-core-3.5.4/lib/rspec/core/runner.rb:45
(root) at /home/travis/build/mystuff/mything/gemfiles/vendor/bundle/jruby/1.9/gems/rspec-core-3.5.4/exe/rspec:4
Worker information
hostname: i-ebf2a478-precise-production-2-worker-com-docker.travisci.net:b5371b64-0fda-4fe6-970f-68009cc7dfbd
version: v2.5.0-8-g19ea9c2 https://github.com/travis-ci/worker/tree/19ea9c20425c78100500c7cc935892b47024922c
instance: f654d6f:travis:ruby
startup: 427.96226ms
Setting environment variables from .travis.yml
$ export JRUBY_OPTS="--dev -J-Djruby.launch.inproc=true -J-Xmx1024M"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment