Skip to content

Commit f292ca3

Browse files
committed
Tiny travis.yml simplification
1 parent ac7b93a commit f292ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_script:
1515
- if [ "$TRAVIS_RUST_VERSION" = "beta" ]; then (sudo apt-get update) fi
1616
- if [ "$TRAVIS_RUST_VERSION" = "beta" ]; then (sudo apt-get install -y nodejs) fi
1717
- if [ "$TRAVIS_RUST_VERSION" = "beta" ]; then (npm i -g prettier) fi
18-
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (rustup component add rustfmt-preview clippy-preview) fi
18+
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (rustup component add rustfmt clippy) fi
1919
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (rustup target add wasm32-unknown-unknown) fi
2020
- if [ "$TRAVIS_RUST_VERSION" = "stable" ]; then (cargo install -f wasm-bindgen-cli) fi
2121
script:

0 commit comments

Comments
 (0)