Skip to content

Commit a5bbb8b

Browse files
committed
Use language:node_js instead of manually using nvm and npm
1 parent 530205f commit a5bbb8b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,9 @@ matrix:
5858
- cargo clippy --all-targets --all-features --all
5959
- cargo test
6060
- name: Frontend
61-
rust: stable
62-
install:
63-
- nvm install 10
64-
- npm ci
61+
language: node_js
62+
node_js: 10
63+
install: skip
6564
before_script: skip
6665
script:
6766
- npm run lint:js

0 commit comments

Comments
 (0)