docs(all): Force building tests before coverage computing

This commit is contained in:
Alexis Mousset
2016-10-19 02:26:25 +02:00
parent 90999bfc24
commit 67318ac759

View File

@@ -6,6 +6,8 @@ if [ "$TRAVIS_RUST_VERSION" != "stable" ]; then
exit 0
fi
cargo test --no-run
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz
tar xzf master.tar.gz
mkdir kcov-master/build