Skip to content

Commit

Permalink
chore:tweak travsi.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: detailyang <detailyang@gmail.com>
  • Loading branch information
detailyang committed Jul 31, 2020
1 parent 9dc9be4 commit 47e6722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ compiler:
- musl-gcc
install:
- rustup target add x86_64-unknown-linux-musl
- sudo apt-get install -y musl-tools musl
- if [[ "$TRAVIS_OS_NAME" == "linux" ]];then sudo apt-get install -y musl-tools musl musl-dev; fi
- cargo test
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cargo build --release --target x86_64-unknown-linux-musl; else cargo build --release;fi
before_deploy:
Expand Down

0 comments on commit 47e6722

Please sign in to comment.