Skip to content

Commit 36be25b

Browse files
committed
Fix cross-compilation for redox
1 parent 6b21703 commit 36be25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ matrix:
104104
- curl --proto '=https' --tlsv1.2 -sSf --output rustup.sh https://sh.rustup.rs
105105
- sh rustup.sh -y --profile=minimal --default-toolchain 1.36.0 --target x86_64-unknown-redox
106106
- . $HOME/.cargo/env
107-
- cargo build --all-targets
107+
- cargo build --target x86_64-unknown-redox --all-targets
108108

109109
before_install: set -e
110110

0 commit comments

Comments
 (0)