add ARM64 arch for GNU/Linux on Travis

pull/118/head
Sunshine 4 years ago
parent f720fe0176
commit d723e8778f
No known key found for this signature in database
GPG Key ID: B80CA68703CD8AB1

@ -3,6 +3,10 @@ cache: cargo
sudo: false
arch:
- amd64
- arm64
os:
- linux
- osx
@ -27,3 +31,8 @@ jobs:
allow_failures:
- rust: nightly
fast_finish: true
notifications:
email:
on_success: never
on_failure: never

Loading…
Cancel
Save