travis: sudo: true, to gain 4G of RAM, as per @domenkozar suggestion to fix #24200

This commit is contained in:
Kosyrev Serge 2017-03-24 01:39:45 +03:00
parent d6e2366b1c
commit 67c44decc8

View file

@ -1,4 +1,10 @@
language: nix
sudo: true
# 'sudo: false' == containers that start fast, but only get 4G ram;
# 'sudo: true' == VMs that start slow, but with 8G
# ..as per: https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments
# Nixpkgs PR tests OOM with 4G: https://github.com/NixOS/nixpkgs/issues/24200
matrix:
include:
- os: linux