More cleaning
This commit is contained in:
parent
2b4640c94c
commit
4292e75dca
@ -54,8 +54,6 @@ addons:
|
|||||||
- libdw-dev
|
- libdw-dev
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- echo "$TRAVIS_BUILD_DIR/target"
|
|
||||||
- ls "$TRAVIS_BUILD_DIR/target"
|
|
||||||
- if [ "$RUN_TESTS" = "true" ]; then cargo test --release --verbose ${FEATURES} ${TARGETS}; fi
|
- if [ "$RUN_TESTS" = "true" ]; then cargo test --release --verbose ${FEATURES} ${TARGETS}; fi
|
||||||
- if [ "$RUN_BENCHES" = "true" ]; then cargo bench --no-run ${FEATURES} ${TARGETS}; fi
|
- if [ "$RUN_BENCHES" = "true" ]; then cargo bench --no-run ${FEATURES} ${TARGETS}; fi
|
||||||
- if [ "$RUN_BUILD" = "true" ]; then cargo build --release --verbose ${FEATURES}; fi
|
- if [ "$RUN_BUILD" = "true" ]; then cargo build --release --verbose ${FEATURES}; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user