Merge pull request #93 from amousset/master

docs(all): Force building tests before coverage computing
This commit is contained in:
Alexis Mousset
2016-10-19 02:33:33 +02:00
committed by GitHub

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