summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-05-01 09:57:04 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2018-05-01 10:45:51 +0200
commit802540ea0837c06ca6cfdf3ce637fc0f3c57200a (patch)
treeeb34a0980876946bd82b989e8f98cef9a139c874
parentdbf84e77e0247ffec33ff558e7c87f8858ea975e (diff)
Add test-output
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
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