From: Vladimir Panteleev Date: Thu, 17 Aug 2017 17:51:43 +0000 (+0000) Subject: .travis.yml: Switch to "sudo: false" for faster builds X-Git-Tag: 0.26_rc0~162 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=d4bb606834780edeef53ff6c20148f3afcfdea7c;hp=d4bb606834780edeef53ff6c20148f3afcfdea7c;p=notmuch .travis.yml: Switch to "sudo: false" for faster builds Builds not requiring sudo access run in a container, which will have better performance and less overhead on the Travis infrastructure. Use the apt addon to install dependencies instead of explicit apt-get commands. ---