Add some `--` to travis-cargo to separate cargo opts from travis-cargo ones
This commit is contained in:
parent
458a3d9417
commit
fe811b37b2
|
@ -15,9 +15,9 @@ install:
|
|||
script:
|
||||
- |
|
||||
travis-cargo build &&
|
||||
travis-cargo build --release &&
|
||||
travis-cargo build -- --release &&
|
||||
travis-cargo test &&
|
||||
travis-cargo test --release &&
|
||||
travis-cargo test -- --release &&
|
||||
travis-cargo bench &&
|
||||
travis-cargo --only stable doc
|
||||
|
||||
|
|
Loading…
Reference in New Issue