diff --git a/.travis.yml b/.travis.yml index a548a0e..3d0be52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ compiler: - clang arch: - - arm64 - amd64 branches: @@ -20,6 +19,11 @@ script: matrix: include: + - name: Linux + os: linux + arch: arm64 + compiler: gcc + - name: Linux os: linux @@ -34,12 +38,8 @@ matrix: - name: macOS, xcode11 os: osx osx_image: xcode11 - script: - - make - name: macOS, xcode9.4 os: osx osx_image: xcode9.4 - script: - - make