diff --git a/.travis.yml b/.travis.yml index 48a71270..8df77d90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ matrix: env: JOB=test-bindgen before_install: *INSTALL_NODE_VIA_NVM install: - - npm ci + - npm ci --verbose script: - cargo test --release # Check JS output from all tests against eslint @@ -63,7 +63,7 @@ matrix: env: JOB=test-web-sys before_install: *INSTALL_NODE_VIA_NVM install: - - npm ci + - npm ci --verbose script: cargo test --manifest-path crates/web-sys/Cargo.toml addons: firefox: latest @@ -73,7 +73,7 @@ matrix: env: JOB=test-js-sys before_install: *INSTALL_NODE_VIA_NVM install: - - npm ci + - npm ci --verbose script: cargo test --manifest-path crates/js-sys/Cargo.toml addons: firefox: latest @@ -92,7 +92,7 @@ matrix: - rust: nightly env: JOB=test-webidl before_install: *INSTALL_NODE_VIA_NVM - install: npm ci + install: npm ci --verbose script: cargo test --manifest-path crates/webidl/Cargo.toml # Dist linux binary