Skip to content

Commit 4434413

Browse files
committed
Merge remote-tracking branch 'upstream/master' into category_tree_experimental
2 parents 13a1f9c + 073329d commit 4434413

File tree

102 files changed

+1318
-447
lines changed

Some content is hidden

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

102 files changed

+1318
-447
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ matrix:
4949
allow_failures:
5050
- rust: nightly
5151
include:
52-
- rust: nightly-2018-03-31
52+
- rust: nightly-2018-06-26
5353
script:
54-
- cargo install --force clippy --vers 0.0.191
54+
- cargo install --force clippy --vers 0.0.210
5555
- cargo clippy
5656
- rust: stable
5757
script:
5858
- rustup component add rustfmt-preview
59-
- cargo fmt -- --write-mode=diff
59+
- cargo fmt -- --check
6060
- cargo build
6161
- cargo test
6262
- npm install

0 commit comments

Comments
 (0)