diff options
| author | Austin Hellyer <[email protected]> | 2016-11-14 20:16:01 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-14 20:16:01 -0800 |
| commit | b0125c4bdf718e2e7558884544166cfff44657ef (patch) | |
| tree | befbfbc86e386b9ca748c4d65d6b2ada56adf785 /.travis.yml | |
| parent | Add voice connection support (diff) | |
| download | serenity-b0125c4bdf718e2e7558884544166cfff44657ef.tar.xz serenity-b0125c4bdf718e2e7558884544166cfff44657ef.zip | |
Travis: Pass feature flag 'voice'
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 439c876..8609c1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ cache: - $HOME/.cargo script: - - cargo build + - cargo build --features voice |