We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe6e08 commit 7ec5840Copy full SHA for 7ec5840
.travis.yml
@@ -48,16 +48,26 @@ matrix:
48
allow_failures:
49
- rust: nightly
50
include:
51
- - rust: stable
+ - name: Backend
52
+ rust: stable
53
before_install:
- - nvm install 10
54
- - npm ci
55
- rustup component add rustfmt-preview
56
- rustup component add clippy-preview
57
script:
58
- cargo fmt -- --check
59
- cargo clippy --all-targets --all-features --all
60
- cargo test
+ - name: Frontend
61
62
+ before_install:
63
+ - nvm install 10
64
+ - npm ci
65
+ # skip diesel
66
+ install:
67
+ - echo
68
+ before_script:
69
70
+ script:
71
- npm run lint:js
72
- npm test
73
- rust: beta
0 commit comments