Skip to content

Commit bf4fd02

Browse files
Merge pull request #16 from ian-h-chamberlain/develop
Merge to master to publish static pages.
2 parents 0edd4c7 + 84278a3 commit bf4fd02

File tree

152 files changed

+6143
-802
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+6143
-802
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)