diff options
author | Josh Stone <jistone@redhat.com> | 2017-10-16 12:45:24 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2017-10-16 13:10:16 -0700 |
commit | 68311bdf2bcddea8012fd9cec24357feaf771fd0 (patch) | |
tree | cb789738e1e691d257cbfa950e076ded1ae1cb9a /.travis.yml | |
parent | Auto merge of #45202 - alexcrichton:fix-inline-always, r=michaelwoerister (diff) | |
download | grust-68311bdf2bcddea8012fd9cec24357feaf771fd0.tar.gz grust-68311bdf2bcddea8012fd9cec24357feaf771fd0.tar.bz2 grust-68311bdf2bcddea8012fd9cec24357feaf771fd0.tar.xz |
Bump the minimum LLVM to 3.9
Old LLVM bugs are reportedly cropping up harder, but 3.9 seems to be OK.
Fixes #45277.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 139f06ec57..e97f9d9251 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -12,7 +12,7 @@ matrix: | |||
12 | fast_finish: true | 12 | fast_finish: true |
13 | include: | 13 | include: |
14 | # Images used in testing PR and try-build should be run first. | 14 | # Images used in testing PR and try-build should be run first. |
15 | - env: IMAGE=x86_64-gnu-llvm-3.7 RUST_BACKTRACE=1 | 15 | - env: IMAGE=x86_64-gnu-llvm-3.9 RUST_BACKTRACE=1 |
16 | if: type = pull_request OR branch = auto | 16 | if: type = pull_request OR branch = auto |
17 | 17 | ||
18 | - env: IMAGE=dist-x86_64-linux DEPLOY=1 | 18 | - env: IMAGE=dist-x86_64-linux DEPLOY=1 |