aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-11-14 20:20:29 -0800
committerAustin Hellyer <[email protected]>2016-11-14 20:20:29 -0800
commit710a90f0e30e4edc5847d0aa4765edde6506af33 (patch)
tree05ee7550f2f15af044a72cc30068d16972e63673
parentTravis: Pass feature flag 'voice' (diff)
downloadserenity-710a90f0e30e4edc5847d0aa4765edde6506af33.tar.xz
serenity-710a90f0e30e4edc5847d0aa4765edde6506af33.zip
GitLab: test for voice
-rw-r--r--.gitlab-ci.yml2
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