Skip to content

Commit e287721

Browse files
committed
add -p to avoid changing the cwd
1 parent 86fb4be commit e287721

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
@@ -66,7 +66,7 @@ script:
6666
- cargo generate-lockfile
6767
- |
6868
if [ "$NORUN" == "1" ]; then
69-
cd crates/stdsimd
69+
cd -p crates/stdsimd
7070
cargo build --target=$TARGET
7171
cargo build --release --target=$TARGET
7272
else

0 commit comments

Comments
 (0)