Add comment in .travis.yml about testing no_std.

This commit is contained in:
Isis Lovecruft 2018-12-22 13:27:44 +00:00
parent aee0043a92
commit 4f53a4826d
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -10,7 +10,8 @@ env:
matrix:
include:
# We use the 64-bit optimised curve backend by default, so also test with the 32-bit backend:
# We use the 64-bit optimised curve backend by default, so also test with
# the 32-bit backend (this also exercises testing with `no_std`):
- rust: nightly
env: TEST_COMMAND=build FEATURES='--no-default-features --features=u32_backend'
# Test any nightly gated features on nightly: