File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ script:
15
15
travis-cargo --only nightly build -- --features spin_no_std &&
16
16
travis-cargo --only nightly test -- --features spin_no_std &&
17
17
travis-cargo --only nightly bench -- --features spin_no_std &&
18
+ travis-cargo --only nightly clean &&
18
19
travis-cargo --only nightly build -- --features compiletest &&
19
20
travis-cargo --only nightly test -- --features compiletest &&
21
+ travis-cargo --only nightly clean &&
20
22
travis-cargo --only stable doc
21
23
after_success :
22
24
- travis-cargo --only stable doc-upload
Original file line number Diff line number Diff line change @@ -52,5 +52,6 @@ build: false
52
52
test_script :
53
53
- cargo build --verbose --target %TARGET%
54
54
- cargo test --target %TARGET%
55
+ - if "%CHANNEL%" == "nightly" cargo clean
55
56
- if "%CHANNEL%" == "nightly" cargo build --verbose --target %TARGET% --features "compiletest"
56
57
- if "%CHANNEL%" == "nightly" cargo test --target %TARGET% --features "compiletest"
You can’t perform that action at this time.
0 commit comments