Fix example travis config

Closes #2688
This commit is contained in:
Nick Cameron 2018-05-18 15:43:20 +12:00
parent 1452349966
commit 223fdfa086

View file

@ -137,7 +137,7 @@ language: rust
before_script:
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --write-mode=check
- cargo fmt --all -- --check
- cargo build
- cargo test
```