Skip to content

Commit 6affc58

Browse files
committed
Fix: add nodejs runtime to travis.yml
1 parent 65aec61 commit 6affc58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: rust
22
rust:
33
- stable
4+
# add nodejs for ganche-cli
5+
node_js: "12.12.0"
46
# Need to cache the whole `.cargo` directory to keep .crates.toml for
57
# cargo-update to work
68
cache:

0 commit comments

Comments
 (0)