]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Moving arm64 test outside the meson scope 1841/head
authorBimba Shrestha <bimbashrestha@fb.com>
Wed, 23 Oct 2019 17:43:20 +0000 (10:43 -0700)
committerBimba Shrestha <bimbashrestha@fb.com>
Wed, 23 Oct 2019 17:43:20 +0000 (10:43 -0700)
.travis.yml

index 26db67532cae5af939b89608b3ab530b673bbbb9..97f95a60ebfbabfc0ebf8a5949f5e6bd396c5052 100644 (file)
@@ -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