travis: fix argument nesting

This commit is contained in:
Victor Berger 2017-09-05 20:11:26 +02:00
parent 88773cf1b3
commit a86b3d6d67
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ before_script:
- export XDG_RUNTIME_DIR="$(pwd)/socket"
script:
- travis-cargo --only nightly fmt -- --write-mode=diff
- travis-cargo --only nightly fmt -- -- --write-mode=diff
- travis-cargo --skip nightly build
- travis-cargo --only nightly build -- --features "clippy"
- travis-cargo --only stable doc -- --no-deps