]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Added `move` keyword and renamed `fail` to `panic`
[rust.git] / .travis.yml
index 354cb969edde46c909411b382de3f09190f267d2..261990052988f65a8fae1d0606015c48fcbb13d9 100644 (file)
@@ -11,7 +11,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