Skip to content

Commit

Permalink
Fix target in CI based on Rust platform support page
Browse files Browse the repository at this point in the history
Update Fuchsia target based on https://doc.rust-lang.org/nightly/rustc/platform-support.html page
This fixes issue seanmonstar#74
  • Loading branch information
pranavek committed Jul 12, 2021
1 parent a49a203 commit c210cd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -61,8 +61,7 @@ matrix:
# FreeBSD
- env: TARGET=x86_64-unknown-freebsd
# Fuchsia
# FIXME: figure out why target is missing and re-enable
#- env: TARGET=x86_64-unknown-fuchsia
- env: TARGET=x86_64-fuchsia
# NetBSD
- env: TARGET=x86_64-unknown-netbsd
# Emscripten
Expand Down

0 comments on commit c210cd4

Please sign in to comment.