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

master
Damir Jelić 2020-07-15 13:23:28 +02:00
parent 204279c575
commit 3315cf5bc6
1 changed files with 5 additions and 0 deletions

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: