Closed TheKevJames closed 7 years ago
I've seen similar errors when brew doesn't get cloned.
Error: Could not prefetch package provider 'brew': No resource and no name in property hash in brew instance
Debug: Listing installed packages
Error: Could not prefetch package provider 'brewcask': No resource and no name in property hash in brewcask instance
Debug: Listing installed packages
Disappear when the brew command works on the terminal or you add commands :brew => '/usr/local/bin/brew'
where required. Better to check that is getting cloned properly inside the path.
This has been fixed in #71. Still figuring out why "slow tests" fail, but at least this issue is dealt with.
For some reason, the ruby 2.2.3 tests are failing and I can not for the life of me figure out why. Disabled 2.2.3 tests for now, since I've verified the module works locally with 2.2.3 and the tests seem to be travis-env related (maybe?), but it would be great if we could fix this and get them re-enabled.
Travis build #176 of commit c367a34654 is the last master build before these tests were disabled.