Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vagrantfile improvements #150

Merged
merged 3 commits into from Nov 4, 2015
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Use vagrant-cachier to speed up package installs

  • Loading branch information
aneeshusa committed Nov 4, 2015
commit 54cec62440743b983a35fb4fcd8c36b5b809325f
@@ -9,6 +9,10 @@ end

Vagrant.configure(2) do |config|

if Vagrant.has_plugin?('vagrant-cachier')
config.cache.scope = :machine
end

YAML.load_file('.travis.yml')['matrix']['include'].map do |node|
node_config = case node['os']
when 'linux'
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.