Skip to content

Commit 302a7bb

Browse files
committed
fixup
1 parent 9b75c5b commit 302a7bb

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
@@ -53,9 +53,8 @@ script:
5353
- cargo generate-lockfile
5454
- |
5555
if [ "$NORUN" == "1" ]; then
56-
cd -p crates/stdsimd
57-
cargo build --target=$TARGET
58-
cargo build --release --target=$TARGET
56+
cargo build --target=$TARGET -p coresimd -p stdsimd --manifest-path crates/stdsimd/Cargo.toml
57+
cargo build --release --target=$TARGET -p coresimd -p stdsimd --manifest-path crates/stdsimd/Cargo.toml
5958
else
6059
ci/run-docker.sh $TARGET $FEATURES
6160
fi

0 commit comments

Comments
 (0)