Skip to content

Commit b213482

Browse files
committed
Revert multiple language setup
1 parent 6875540 commit b213482

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
@@ -1,13 +1,12 @@
1-
language: rust, node_js
1+
language: rust
22
rust:
33
- stable
44
- beta
55
- nightly
6-
node_js:
7-
- "lts/*"
8-
- "8"
96
cache: cargo
107
before_script:
8+
- sudo apt-get update
9+
- sudo apt-get install -y nodejs
1110
- npm i -g prettier
1211
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (rustup component add rustfmt-preview clippy-preview) fi
1312
script:

0 commit comments

Comments
 (0)