diff options
| author | Austin Hellyer <[email protected]> | 2016-11-14 20:20:29 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-14 20:20:29 -0800 |
| commit | 710a90f0e30e4edc5847d0aa4765edde6506af33 (patch) | |
| tree | 05ee7550f2f15af044a72cc30068d16972e63673 | |
| parent | Travis: Pass feature flag 'voice' (diff) | |
| download | serenity-710a90f0e30e4edc5847d0aa4765edde6506af33.tar.xz serenity-710a90f0e30e4edc5847d0aa4765edde6506af33.zip | |
GitLab: test for voice
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5789b9e..a3bea97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stage: test script: - rustc --version && cargo --version - - cargo test -v + - cargo test -v --features voice stable:cargo: image: rustdocker/rust:stable |