diff options
author | Stuart Stock <stuart@int08h.com> | 2018-11-04 18:45:00 -0600 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2018-11-04 18:45:00 -0600 |
commit | 00fa070b5128ec9986b359f8a867cc6368c4c9e7 (patch) | |
tree | ce7321256e344cb5129279f9fa8c5e6b2443520d /.travis.yml | |
parent | 18f8d017e54095ea4da29e0d12c4c892420417c6 (diff) | |
download | roughenough-00fa070b5128ec9986b359f8a867cc6368c4c9e7.zip |
Add KMS features to Travis build, try 2
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
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 |