From 27e8ba672c566c43f4e6c4275a35f3ed97d612fc Mon Sep 17 00:00:00 2001 From: x Date: Tue, 22 Oct 2019 14:31:25 +0200 Subject: [PATCH] . --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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