diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2021-02-10 17:46:42 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2021-02-11 02:24:50 +0100 |
commit | 6aa1d13508fb851e576eac4120b000e06d1a3101 (patch) | |
tree | 5ef260cf99dae038051f7284dcb86a721d5fa408 /.travis.yml | |
parent | Fix march=native not being enabled (diff) | |
download | cuberite-6aa1d13508fb851e576eac4120b000e06d1a3101.tar cuberite-6aa1d13508fb851e576eac4120b000e06d1a3101.tar.gz cuberite-6aa1d13508fb851e576eac4120b000e06d1a3101.tar.bz2 cuberite-6aa1d13508fb851e576eac4120b000e06d1a3101.tar.lz cuberite-6aa1d13508fb851e576eac4120b000e06d1a3101.tar.xz cuberite-6aa1d13508fb851e576eac4120b000e06d1a3101.tar.zst cuberite-6aa1d13508fb851e576eac4120b000e06d1a3101.zip |
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a78ec5656..6c2dfc2e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,10 @@ addons: jobs: include: # ARM workers are the slowest. Having these first in the build matrix makes travis faster overall. - - name: "Clang 6.0 - Debug" + - name: "Clang 10.0 - Debug" arch: arm64 compiler: clang + dist: focal # For Clang 10, bionic is Clang 6 for some reason. before_install: &use-cmake - export PATH=/snap/bin/:${PATH} env: *Debug |