FYI There is an issue with travis and bundler on ruby version 1.9.3. So if your build matrix uses this ruby you may be seeing this error: NoMethodError: undefined method `spec' for nil:NilClass
To fix you just need to update bundler like so in your travis file. before_install: # https://github.com/bundler/bundler/issues/3558 gem update bundler Corey -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-dev/7B821AF7-553B-4C6E-BB5D-4907CE171B77%40nwops.io. For more options, visit https://groups.google.com/d/optout.
