Skip to content

Commit 9b75c5b

Browse files
committed
add -p to avoid changing the cwd
1 parent 9e5d941 commit 9b75c5b

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
@@ -53,7 +53,7 @@ script:
5353
- cargo generate-lockfile
5454
- |
5555
if [ "$NORUN" == "1" ]; then
56-
cd crates/stdsimd
56+
cd -p crates/stdsimd
5757
cargo build --target=$TARGET
5858
cargo build --release --target=$TARGET
5959
else

0 commit comments

Comments
 (0)