Skip to content

Commit 231fb9d

Browse files
committed
WIP: Temporarily drop stable on CI until async/await is stable
TODO: Delete this commit once rust 1.39.0 is released
1 parent f81f193 commit 231fb9d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ addons:
4141
matrix:
4242
fast_finish: true
4343
allow_failures:
44-
- rust: nightly
44+
- rust: stable
4545
include:
4646
- name: Backend
4747
rust: stable
@@ -64,7 +64,12 @@ matrix:
6464
- npm run lint:deps
6565
- npm test
6666
- rust: beta
67+
before_install:
68+
- rustup component add rustfmt-preview
69+
- rustup component add clippy-preview
6770
script:
71+
- cargo fmt -- --check
72+
- cargo clippy --all-targets --all-features --all
6873
- cargo test
6974
- rust: nightly
7075
script:

0 commit comments

Comments
 (0)