Skip to content

Commit

Permalink
Revert "Disable Travis ARM builds due to them not completing."
Browse files Browse the repository at this point in the history
This reverts commit 021c02a.
  • Loading branch information
tdaede committed Oct 30, 2019
1 parent 46a64c4 commit b10bc3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -73,6 +73,11 @@ jobs:
- cargo test --features=decode_test,decode_test_dav1d,quick_test,capi --verbose
env:
- CACHE_NAME=MIN_RUSTC
- name: "Arm build and test"
rust: stable
arch: arm64
script:
- cargo test --features=decode_test,decode_test_dav1d,quick_test,capi --verbose
- name: "Ignored Tests (aom)"
rust: stable
script:
Expand Down

0 comments on commit b10bc3c

Please sign in to comment.