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