From 802540ea0837c06ca6cfdf3ce637fc0f3c57200a Mon Sep 17 00:00:00 2001 From: sharkdp Date: Tue, 1 May 2018 09:57:04 +0200 Subject: [PATCH] Add test-output --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4621951d..5abad9cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,6 +44,9 @@ script: # Incorporate TARGET env var to the build and test process - cargo build --target $TARGET --verbose - cargo test --target $TARGET --verbose + # Run 'bat' on its own source code and the README + - cargo run --target $TARGET -- src/main.rs + - cargo run --target $TARGET -- README.md before_deploy: - bash ci/before_deploy.bash