Skip to content

Commit

Permalink
Try building crate in the standard fashion
Browse files Browse the repository at this point in the history
  • Loading branch information
archis-polyverse committed Apr 29, 2020
1 parent 0309679 commit 5b61b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ services:
- docker
before_install:
- docker pull clux/muslrust
script:
- docker run -v cargo-cache:/root/.cargo/registry -v $PWD:/volume --rm -t clux/muslrust cargo test --release
before_script:
# Build static executable before script (the script will build the crate)
- docker run -v cargo-cache:/root/.cargo/registry -v $PWD:/volume --rm -t clux/muslrust cargo build --release
deploy:
- provider: releases
Expand Down

0 comments on commit 5b61b1f

Please sign in to comment.