Skip to content

Commit d64fede

Browse files
committed
fixup
1 parent e287721 commit d64fede

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ script:
6666
- cargo generate-lockfile
6767
- |
6868
if [ "$NORUN" == "1" ]; then
69-
cd -p crates/stdsimd
70-
cargo build --target=$TARGET
71-
cargo build --release --target=$TARGET
69+
cargo build --target=$TARGET -p coresimd -p stdsimd --manifest-path crates/stdsimd/Cargo.toml
70+
cargo build --release --target=$TARGET -p coresimd -p stdsimd --manifest-path crates/stdsimd/Cargo.toml
7271
else
7372
ci/run-docker.sh $TARGET $FEATURES
7473
fi

0 commit comments

Comments
 (0)