From 4d723b7c662e2fcc17b75e7f16ef280a295b68fb Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 15 Oct 2020 11:47:46 -0400 Subject: [PATCH] ci: set os and dist --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 56d0c3e..f21e0d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: nix +os: linux +dist: xenial # 'vm' means use the full VM, which has 7.5G memory, instead of an LXD # container which has "~4G" virt: vm