build feature liquid in travis

This commit is contained in:
Lawrence Nahum 2019-01-31 16:08:56 +01:00
parent a25a24a6e5
commit 7305ce1d53
No known key found for this signature in database
GPG Key ID: 17AB8BC320B151D8

View File

@ -13,3 +13,4 @@ script:
- cargo check --all
- cargo build --all
- cargo test --all
- cargo build --features "liquid" --all