From: Bimba Shrestha Date: Wed, 23 Oct 2019 17:43:20 +0000 (-0700) Subject: Moving arm64 test outside the meson scope X-Git-Tag: v1.4.4~1^2~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4899b6fdbdafefa1e5cb06e4600897002d609e74;p=thirdparty%2Fzstd.git Moving arm64 test outside the meson scope --- diff --git a/.travis.yml b/.travis.yml index 26db67532..97f95a60e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,12 @@ env: matrix: fast_finish: true include: + - name: arm64 + os: linux + arch: arm64 + script: + - make check + - name: Trusty (Test All) script: - make test @@ -223,11 +229,5 @@ matrix: after_failure: - cat "$TRAVIS_BUILD_DIR"/builddir/meson-logs/testlog.txt - # arm 64 - - name: arm64 - os: linux - arch: arm64 - script: - - make check allow_failures: - env: ALLOW_FAILURES=true