Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
afinch7 committed Mar 7, 2019
1 parent 23bd502 commit ec13600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -130,7 +130,7 @@ jobs:
- sudo mkdir -p $HOME/debian-arm64/$HOME/denoland/deno
- sudo cp -r ./ $HOME/debian-arm64/$HOME/denoland/deno
- sudo cp -r $CARGO_TARGET_DIR $HOME/debian-arm64/$HOME/denoland/deno/target
- sudo mv $(find $HOME/debian-arm64/$CARGO_TARGET_DIR/target/aarch64-unknown-linux-gnu/release -maxdepth 1 -type f -executable -regextype sed -regex '.*/[a-z_]*-[0-9a-f]*')) ../debian-arm64/$CARGO_TARGET_DIR/target/aarch64-unknown-linux-gnu/release/test_cc
- sudo mv $(find $HOME/debian-arm64/$CARGO_TARGET_DIR/target/aarch64-unknown-linux-gnu/release -maxdepth 1 -type f -executable -regextype sed -regex '.*/[a-z_]*-[0-9a-f]*') ../debian-arm64/$CARGO_TARGET_DIR/target/aarch64-unknown-linux-gnu/release/test_cc
- sudo chroot $HOME/debian-arm64 bash -c "DENO_BUILD_MODE=release $HOME/denoland/deno/tools/test.py target/aarch64-unknown-linux-gnu/release"

- name: "cargo release linux x86_64"
Expand Down

0 comments on commit ec13600

Please sign in to comment.