summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2018-11-04 18:45:00 -0600
committerStuart Stock <stuart@int08h.com>2018-11-04 18:45:00 -0600
commit00fa070b5128ec9986b359f8a867cc6368c4c9e7 (patch)
treece7321256e344cb5129279f9fa8c5e6b2443520d /.travis.yml
parent18f8d017e54095ea4da29e0d12c4c892420417c6 (diff)
downloadroughenough-00fa070b5128ec9986b359f8a867cc6368c4c9e7.zip
Add KMS features to Travis build, try 2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ea4b444..2871de1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ matrix:
allow_failures:
- rust: nightly
fast_finish: true
- script:
- - cargo build --verbose --features $FEATURE
- - cargo test --verbose --features $FEATURE
+
+script:
+ - cargo build --verbose --features $FEATURE
+ - cargo test --verbose --features $FEATURE