File tree Expand file tree Collapse file tree 3 files changed +6855
-6
lines changed Expand file tree Collapse file tree 3 files changed +6855
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ build: false
19
19
20
20
test_script :
21
21
- rustup target add wasm32-unknown-unknown
22
- - npm install # dirties repo, see .travis.yml
22
+ - npm ci
23
23
- cargo test
24
24
- cargo build --release -p wasm-bindgen-cli
25
25
Original file line number Diff line number Diff line change @@ -34,9 +34,7 @@ matrix:
34
34
env : JOB=test-bindgen
35
35
before_install : *INSTALL_NODE_VIA_NVM
36
36
install :
37
- # dirties git repository, there doesn't seem to be a way to resolve this other than
38
- # to run `npm install` twice or by using `npm ci` (which is currently broken)
39
- - npm install
37
+ - npm ci
40
38
script :
41
39
- cargo test --release
42
40
# Check JS output from all tests against eslint
@@ -65,7 +63,7 @@ matrix:
65
63
env : JOB=test-web-sys
66
64
before_install : *INSTALL_NODE_VIA_NVM
67
65
install :
68
- - npm install
66
+ - npm ci
69
67
script : cargo test --manifest-path crates/web-sys/Cargo.toml
70
68
addons :
71
69
firefox : latest
@@ -84,7 +82,7 @@ matrix:
84
82
- rust : nightly
85
83
env : JOB=test-webidl
86
84
before_install : *INSTALL_NODE_VIA_NVM
87
- install : npm install
85
+ install : npm ci
88
86
script : cargo test --manifest-path crates/webidl/Cargo.toml
89
87
90
88
# Dist linux binary
You can’t perform that action at this time.
0 commit comments