We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5e749c + 8297a83 commit 613e177Copy full SHA for 613e177
.travis.yml
@@ -137,6 +137,7 @@ matrix:
137
- rustup target add wasm32-unknown-emscripten
138
- nvm install 9
139
- ./utils/ci/install_cargo_web.sh
140
+ - cargo web prepare-emscripten
141
- cargo web -V
142
addons:
143
chrome: stable
@@ -211,7 +212,11 @@ script:
211
212
213
after_script: set +e
214
-cache: cargo
215
+cache:
216
+ cargo: true
217
+ directories:
218
+ - .local/share/cargo-web
219
+
220
before_cache:
221
# Travis can't cache files that are not readable by "others"
222
- chmod -R a+r $HOME/.cargo
0 commit comments