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.
2 parents b4cba84 + 81d3449 commit c61cc44Copy full SHA for c61cc44
.travis.yml
@@ -48,16 +48,22 @@ 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
+ language: node_js
62
+ node_js: 10
63
+ install:
64
+ - npm ci
65
+ before_script: skip
66
+ script:
67
- npm run lint:js
68
- npm test
69
- rust: beta
0 commit comments