Skip to content

Commit af8aa52

Browse files
committed
Disable Fuchsia test target
1 parent 2f052a9 commit af8aa52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,14 @@ matrix:
147147
- rustup target add x86_64-sun-solaris
148148
- rustup target add x86_64-unknown-cloudabi
149149
- rustup target add x86_64-unknown-freebsd
150-
- rustup target add x86_64-unknown-fuchsia
150+
#- rustup target add x86_64-unknown-fuchsia
151151
- rustup target add x86_64-unknown-netbsd
152152
- rustup target add x86_64-unknown-redox
153153
script:
154154
- cargo build --target=x86_64-sun-solaris --all-features
155155
- cargo build --target=x86_64-unknown-cloudabi --all-features
156156
- cargo build --target=x86_64-unknown-freebsd --all-features
157-
- cargo build --target=x86_64-unknown-fuchsia --all-features
157+
#- cargo build --target=x86_64-unknown-fuchsia --all-features
158158
- cargo build --target=x86_64-unknown-netbsd --all-features
159159
- cargo build --target=x86_64-unknown-redox --all-features
160160

0 commit comments

Comments
 (0)