diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-01-02 09:22:44 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-01-02 09:22:44 -0800 |
| commit | 3dfb29e8cdac0bbc56e98864f7f2d08fdc90772a (patch) | |
| tree | 70385dbb860cde663298a4b88b57ffb06b98a908 | |
| parent | c5b9ffdee62c7d6b031f3198ceb675f0cdb5745d (diff) | |
| parent | 637f2c5ea47f424c723b28995a7b635a46e3d8c3 (diff) | |
| download | rust-3dfb29e8cdac0bbc56e98864f7f2d08fdc90772a.tar.gz rust-3dfb29e8cdac0bbc56e98864f7f2d08fdc90772a.zip | |
rollup merge of #20392: daramos/travis
Travis recently launched their new infrastructure on Amazon EC2 with improved resources. The only limitation is that they don't support sudo. http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/ I couldn't find anywhere where the build system uses sudo so I don't think that limitation affects rust builds. This change drops the current `make tidy` times [slightly](https://travis-ci.org/daramos/rust/builds)(travis-test branch).
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 26199005298..03e38f4e0c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ # RVM/bundler/ruby and whatnot. Right now 'rust' as a language actually # downloads a rust/cargo snapshot, which we don't really want for building rust. language: c +sudo: false # The test suite is in general way too stressful for travis, especially in # terms of time limit and reliability. In the past we've tried to scale things |
