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,14 +5,17 @@ dist: trusty
sudo: True
group: beta
env:
- platform: openbsd60
- &openbsd59 platform=openbsd59
- platform: xenial
- platform: trusty
- platform: precise
- &stretch platform=stretch
- platform: jessie
- platform: wheezy
global:
- VBOX_MEMORY=2048
matrix:
- platform: openbsd60
- &openbsd59 platform=openbsd59
- platform: xenial
- platform: trusty
- platform: precise
- &stretch platform=stretch
- platform: jessie
- platform: wheezy
matrix:
fast_finish: True
allow_failures:
......
......@@ -45,4 +45,5 @@ vagrant:
- |
vm.provider "virtualbox" do |v|
v.customize "pre-boot", ["modifyvm", :id, "--hwvirtex", "off"]
v.memory = ENV['VBOX_MEMORY'].to_i if ENV.has_key?('VBOX_MEMORY')
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment