summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-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