Skip to content
Snippets Groups Projects
Commit 37a52d87 authored by nimrod's avatar nimrod
Browse files

- Increased VM memory allocation in Travis CI (hopefuly this will speed up builds).

parent 1af0ff43
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,9 @@ dist: trusty ...@@ -5,6 +5,9 @@ dist: trusty
sudo: True sudo: True
group: beta group: beta
env: env:
global:
- VBOX_MEMORY=2048
matrix:
- platform: openbsd60 - platform: openbsd60
- &openbsd59 platform=openbsd59 - &openbsd59 platform=openbsd59
- platform: xenial - platform: xenial
......
...@@ -45,4 +45,5 @@ vagrant: ...@@ -45,4 +45,5 @@ vagrant:
- | - |
vm.provider "virtualbox" do |v| vm.provider "virtualbox" do |v|
v.customize "pre-boot", ["modifyvm", :id, "--hwvirtex", "off"] v.customize "pre-boot", ["modifyvm", :id, "--hwvirtex", "off"]
v.memory = ENV['VBOX_MEMORY'].to_i if ENV.has_key?('VBOX_MEMORY')
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment