From ef15752b590c1db56311bb9fae509c087ee3fbd5 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 21 May 2018 23:18:33 +0200 Subject: chore(build): Don't run Travis build in containers According to a Github thread[1] this causes a significant speedup. [1]: https://github.com/travis-ci/travis-ci/issues/6604#issuecomment-357486807 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d8cc8efa432a..2a8d1543c246 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,2 @@ language: nix +sudo: true -- cgit 1.4.1