Skip to content

Commit

Permalink
Disable Fuchsia test target
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Jul 30, 2018
1 parent 2f052a9 commit af8aa52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,14 @@ matrix:
- rustup target add x86_64-sun-solaris
- rustup target add x86_64-unknown-cloudabi
- rustup target add x86_64-unknown-freebsd
- rustup target add x86_64-unknown-fuchsia
#- rustup target add x86_64-unknown-fuchsia
- rustup target add x86_64-unknown-netbsd
- rustup target add x86_64-unknown-redox
script:
- cargo build --target=x86_64-sun-solaris --all-features
- cargo build --target=x86_64-unknown-cloudabi --all-features
- cargo build --target=x86_64-unknown-freebsd --all-features
- cargo build --target=x86_64-unknown-fuchsia --all-features
#- cargo build --target=x86_64-unknown-fuchsia --all-features
- cargo build --target=x86_64-unknown-netbsd --all-features
- cargo build --target=x86_64-unknown-redox --all-features

Expand Down

0 comments on commit af8aa52

Please sign in to comment.