diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 23d9a0a..94ae24b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,9 @@ script: - export RUSTDOCFLAGS="-Cpanic=abort" - cargo build --verbose $CARGO_OPTIONS - cargo test --verbose $CARGO_OPTIONS + - ls -la + - echo "sup" + - ls -la target/debug - | zip -0 ccov.zip `find . \( -name rust_rrule.gc*" \) -print`; ./grcov ccov.zip -s . -t lcov --llvm --branch --ignore-not-existing --ignore "/*" -o lcov.info; |