forked from M-Labs/libfringe
run `cargo build` as a separate Travis CI step
This commit is contained in:
parent
4ffdba3ea6
commit
dbb30e535e
|
@ -4,6 +4,7 @@ sudo: false
|
||||||
install:
|
install:
|
||||||
- .travis/docs/install
|
- .travis/docs/install
|
||||||
script:
|
script:
|
||||||
|
- cargo build
|
||||||
- cargo test
|
- cargo test
|
||||||
- cargo bench
|
- cargo bench
|
||||||
- cargo doc
|
- cargo doc
|
||||||
|
|
Loading…
Reference in New Issue