More cleaning

This commit is contained in:
Tomasz Drwięga 2016-03-15 11:05:31 +01:00 committed by arkpar
parent 2b4640c94c
commit 4292e75dca

View File

@ -54,8 +54,6 @@ addons:
- libdw-dev
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_BENCHES" = "true" ]; then cargo bench --no-run ${FEATURES} ${TARGETS}; fi
- if [ "$RUN_BUILD" = "true" ]; then cargo build --release --verbose ${FEATURES}; fi