Also test the alloc features on Travis.

This commit is contained in:
Isis Lovecruft 2019-03-12 21:12:43 +00:00
parent a6e0019ae4
commit 43baaaf279
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -14,6 +14,9 @@ matrix:
# the 32-bit backend (this also exercises testing with `no_std`):
- rust: nightly
env: TEST_COMMAND=build FEATURES='--no-default-features --features=u32_backend'
# Also test the `alloc` feature with `no_std`:
- rust: nightly
env: TEST_COMMAND=build FEATURES='--no-default-features --features="u64_backend alloc"'
# Test any nightly gated features on nightly:
- rust: nightly
env: TEST_COMMAND=test FEATURES='--features=nightly'