Skip to content

Commit 81d3449

Browse files
committed
Use language:node_js instead of manually using nvm
1 parent 530205f commit 81d3449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ matrix:
5858
- cargo clippy --all-targets --all-features --all
5959
- cargo test
6060
- name: Frontend
61-
rust: stable
61+
language: node_js
62+
node_js: 10
6263
install:
63-
- nvm install 10
6464
- npm ci
6565
before_script: skip
6666
script:

0 commit comments

Comments
 (0)