]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Add `io` and `arch` modules to `std::os::fortanix_sgx`
[rust.git] / .travis.yml
index 3f2e43ab86d90b1159edee7c4986a48bb2631aa7..9e46e6b8ef6b15a39e7d2b472befb604b5ad2e06 100644 (file)
@@ -16,7 +16,7 @@ matrix:
   fast_finish: true
   include:
     # Images used in testing PR and try-build should be run first.
-    - env: IMAGE=x86_64-gnu-llvm-5.0 RUST_BACKTRACE=1
+    - env: IMAGE=x86_64-gnu-llvm-6.0 RUST_BACKTRACE=1
       if: type = pull_request OR branch = auto
 
     - env: IMAGE=dist-x86_64-linux DEPLOY=1