diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-09-29 10:14:38 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2020-09-30 23:05:17 +0200 |
commit | 3917b250b00d6cb8bf6e89e6c30f466dba633175 (patch) | |
tree | da15e402fd898bcc24e01e71068ae429f51815d7 /.travis.yml | |
parent | Upgrade squeelylitecpp to 3.1.1 (diff) | |
download | cuberite-3917b250b00d6cb8bf6e89e6c30f466dba633175.tar cuberite-3917b250b00d6cb8bf6e89e6c30f466dba633175.tar.gz cuberite-3917b250b00d6cb8bf6e89e6c30f466dba633175.tar.bz2 cuberite-3917b250b00d6cb8bf6e89e6c30f466dba633175.tar.lz cuberite-3917b250b00d6cb8bf6e89e6c30f466dba633175.tar.xz cuberite-3917b250b00d6cb8bf6e89e6c30f466dba633175.tar.zst cuberite-3917b250b00d6cb8bf6e89e6c30f466dba633175.zip |
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml index d798c2e8c..a78ec5656 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,18 +26,6 @@ jobs: - export PATH=/snap/bin/:${PATH} env: *Debug - - name: "Clang 7.0 - Debug" - compiler: clang - arch: ppc64le - before_install: *use-cmake - env: *Debug - - - name: "Clang 7.0 - Debug" - compiler: clang - arch: s390x - before_install: *use-cmake - env: *Debug - - name: "AppleClang - Debug" os: osx osx_image: xcode11.3 |