Skip to content

Commit 56f5290

Browse files
Merge branch 'develop' into cargo-doc-static
2 parents 0b38a8f + 7f76b95 commit 56f5290

28 files changed

+1703
-801
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,16 @@ rust:
77

88
cache: cargo
99

10-
matrix:
10+
jobs:
11+
include:
12+
- name: Lint and format check
13+
before_install:
14+
- rustup component add clippy rustfmt
15+
rust: stable
16+
script:
17+
- cargo fmt --verbose -- --check
18+
- cargo clippy --verbose --all-targets
19+
1120
allow_failures:
1221
- rust: nightly
1322
- rust: beta

0 commit comments

Comments
 (0)