This commit is contained in:
x
2019-12-20 16:54:28 +01:00
parent 88c0bd979a
commit d9799dfc2d

View File

@ -21,12 +21,6 @@ script:
matrix:
include:
- name: linux-arm64-gcc
os: linux
arch: arm64
compiler: gcc
# travis error, try later
- name: linux-ppc64le-gcc-9
env: CC=gcc-9
arch: ppc64le
@ -35,6 +29,11 @@ matrix:
- sudo apt-get -y update
- sudo apt-get -y install gcc-9
- name: linux-arm64-gcc
os: linux
arch: arm64
compiler: gcc
- name: windows-mingw-w64
arch: amd64
os: windows