]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
doc: fix Windows test failure
[rust.git] / .travis.yml
index 354cb969edde46c909411b382de3f09190f267d2..03e38f4e0c1ac03ac0bf020f4292bb22132b2de5 100644 (file)
@@ -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
@@ -11,7 +12,7 @@ language: c
 # As a result, we're just using travis to run `make tidy` now. It'll help
 # everyone find out about their trailing spaces early on!
 before_script:
-  - ./configure
+  - ./configure --llvm-root=path/to/nowhere
 script:
   - make tidy