travis: Add a build that doesn't use any of the features.
parent
204279c575
commit
3315cf5bc6
|
@ -27,6 +27,11 @@ jobs:
|
|||
|
||||
- os: osx
|
||||
|
||||
- os: linux
|
||||
name: Minimal build
|
||||
script:
|
||||
- cargo build --no-default-features
|
||||
|
||||
- os: linux
|
||||
name: Coverage
|
||||
before_script:
|
||||
|
|
Loading…
Reference in New Issue