travis: Add a build that doesn't use any of the features.

This commit is contained in:
Damir Jelić 2020-07-15 13:23:28 +02:00
parent 204279c575
commit 3315cf5bc6

View file

@ -27,6 +27,11 @@ jobs:
- os: osx
- os: linux
name: Minimal build
script:
- cargo build --no-default-features
- os: linux
name: Coverage
before_script: