diff --git a/ci/script.sh b/ci/script.sh index c0227c56..4e7feaa4 100755 --- a/ci/script.sh +++ b/ci/script.sh @@ -7,9 +7,6 @@ set -ex . "$(dirname $0)/utils.sh" main() { - # Travis sometimes caches the target directory, which makes testing the - # output of cargo a little trickier. So just wipe it. - cargo clean # Test a normal debug build. cargo build --target "$TARGET" --verbose --all