jantman / puppet-archlinux-macbookretina

UNSUPPORTED - Puppet module and accompanying documentation to install/setup Arch linux on a MacBook Pro Retina 11,4
GNU General Public License v3.0
65 stars 4 forks source link

Updates .travis.yml #9

Closed petems closed 7 years ago

petems commented 7 years ago
jantman commented 7 years ago

Wow, I didn't realize this was still running such archaic versions. The puppet package in the official Arch repos is currently 4.8.0, and that's (whatever is in the Arch community repo) what the code is intended to run on. I don't know why I didn't update this earlier myself, since Arch has been using 4.x for a looong time.

Thanks for this!

Let me pull it down and see why Travis is getting so angry...

jantman commented 7 years ago

This is still failing because rvm 2.0.0 doesn't work with Beaker, which is in the Gemfile (Beaker seems to now need >= 2.2.5). But that's fine, because current Arch is shipping with ruby 2.3.3, so we should be using something similar.

I've reworked this to change the rvm version, and also drop support for Puppet 3; I see no need to even test it, as the official Arch repos now have 4.8.0.

Closing this in favor of #11 with those changes (based on your commit), but thanks so much for sending this work back!