mitchellh / vagrant-rackspace

Use Vagrant to manage Rackspace Cloud instances.
MIT License
236 stars 155 forks source link

Appraisals #60

Closed maxlinc closed 10 years ago

maxlinc commented 10 years ago

This uses the Appraisal project to test vagrant-rackspace against multiple versions of Vagrant. Travis will automatically test each version. Locally, you can test each version by running appraisal install and then appraisal rake.

This will let the project take advantage of new Vagrant 1.4+ features, while still making sure there is still a fallback or backwards compatible implementation for Vagrant 1.3.x.

I also added Ruby 2.1.0 to the list of Rubies to test.

maxlinc commented 10 years ago

Reminder: the Travis hook isn't on for this project yet. Need a repo owner (or maybe just committer) to enable it.

krames commented 10 years ago

@maxlinc LGTM.