summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2019-09-20 23:34:39 +0200
committersharkdp <davidpeter@web.de>2019-09-20 23:34:39 +0200
commitdd12342ea8093418f6d6527c28459b45adeb305a (patch)
treeca5bbbcbb8530a68bcfacd8a5fa34f85cfb9e875
parent09cc2fc90092d38feca7c019a33c4e2486c89ebb (diff)
Run diskus on Travis
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 63d1788..63586f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@ matrix:
- os: windows
rust: stable
env: TARGET=x86_64-pc-windows-msvc
+
# Minimum Rust supported channel.
- os: linux
rust: 1.34.0
@@ -42,7 +43,8 @@ install:
script:
# Incorporate TARGET env var to the build and test process
- cargo build --target $TARGET --verbose
- #- cargo test --target $TARGET --verbose
+ - cargo test --target $TARGET --verbose
+ - cargo run
before_deploy:
- bash ci/before_deploy.bash