aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2019-11-04 14:06:58 -0500
committerKevin J Hoerr <kjhoerr@protonmail.com>2019-11-04 14:06:58 -0500
commit4117f797cec89927fe3363543b8c8b11a311b90c (patch)
tree3f7320ee5a81a2e760c9f87991d63771633e5865 /.travis.yml
parent0c1dce106e0fb211cb52b2a780febd2a1b5f0a47 (diff)
downloadaugust-offensive-4117f797cec89927fe3363543b8c8b11a311b90c.tar.gz
august-offensive-4117f797cec89927fe3363543b8c8b11a311b90c.tar.bz2
august-offensive-4117f797cec89927fe3363543b8c8b11a311b90c.zip
Move FormatMsg to routes and add unit tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
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