From 2879c54da3fda68ef9404939a296a493b59bf22c Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet Date: Sun, 10 May 2015 07:57:24 -0400 Subject: [PATCH] travis: use the KVM setup travis is experimenting with a setup using KVM, instead of independently provisioned VMs. It promises to be much faster. We're testing it out. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3e5abfab4..9ce46d4b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +dist: trusty + os: - linux - osx