3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #24258 from deepfire/travis-pr-repair

travis: sudo: true, to gain 4G of RAM, as per @domenkozar suggestion to fix #24200
This commit is contained in:
Domen Kožar 2017-03-24 17:51:26 +01:00 committed by GitHub
commit c24e7f786a

View file

@ -1,8 +1,14 @@
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
sudo: false
sudo: required
script:
- ./maintainers/scripts/travis-nox-review-pr.sh nixpkgs-verify nixpkgs-manual nixpkgs-tarball nixpkgs-unstable
- ./maintainers/scripts/travis-nox-review-pr.sh nixos-options nixos-manual