Skip to content

Commit 404c1e6

Browse files
committed
Switch to npm ci as the install command
1 parent 8f14a14 commit 404c1e6

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
@@ -54,14 +54,14 @@ matrix:
5454
- rust: stable
5555
before_install:
5656
- nvm install 10
57+
- npm ci
5758
- rustup component add rustfmt-preview
5859
- rustup component add clippy-preview
5960
script:
6061
- cargo fmt -- --check
6162
- cargo clippy --all-targets --all-features --all
6263
- cargo build
6364
- cargo test
64-
- npm install
6565
- npm test
6666
- rust: beta
6767
script:

0 commit comments

Comments
 (0)