diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-11-04 14:11:25 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-11-04 14:28:19 +0530 |
commit | 0af99419869cf5874bad6eb4291db44d8b11b695 (patch) | |
tree | ad2946c0f88a058efda323efe0c0aa818958daf3 | |
parent | 9ec6c7e238386e1b884525e2a1a1227bdb17a24a (diff) | |
download | meson-0af99419869cf5874bad6eb4291db44d8b11b695.zip meson-0af99419869cf5874bad6eb4291db44d8b11b695.tar.gz meson-0af99419869cf5874bad6eb4291db44d8b11b695.tar.bz2 |
travis: Disable sudo; we don't need it
Requiring sudo makes builds take massively longer to start. At one point
we had a build waiting for a full hour to start.
https://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 51c5c1b..bc52ffa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -sudo: required +sudo: false os: - linux |