Add some `--` to travis-cargo to separate cargo opts from travis-cargo ones

This commit is contained in:
Andrew Poelstra 2016-05-30 15:59:44 +00:00
parent 458a3d9417
commit fe811b37b2
1 changed files with 2 additions and 2 deletions

View File

@ -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