diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-05-21T21·18+0200 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2018-05-22T07·45+0200 |
commit | ef15752b590c1db56311bb9fae509c087ee3fbd5 (patch) | |
tree | a0265ee56945e068fce3c035bab7494eb02bf173 /.travis.yml | |
parent | fb9ea437e9fd47d2b4cb432ad6fc576d4a08614f (diff) |
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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |