From 4117f797cec89927fe3363543b8c8b11a311b90c Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Mon, 4 Nov 2019 14:06:58 -0500 Subject: Move FormatMsg to routes and add unit tests --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 04ebecf..e05b88a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,6 @@ before_cache: if [[ "$TRAVIS_RUST_VERSION" == "stable" ]]; then cargo install -f cargo-tarpaulin fi -before_script: - - export PATH="$PATH:~/.cargo/bin" script: - cargo build --verbose --all - cargo test --verbose --all -- cgit