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
Loading
Loading
Loading
Loading
+11 −8
Original line number Diff line number Diff line
@@ -5,6 +5,9 @@ dist: trusty
sudo: True
group: beta
env:
    global:
        - VBOX_MEMORY=2048
    matrix:
        - platform: openbsd60
        - &openbsd59 platform=openbsd59
        - platform: xenial
+1 −0
Original line number Diff line number Diff line
@@ -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