diff --git a/web3.js/.travis.yml b/web3.js/.travis.yml index 9a4247f23d..d30726a87d 100644 --- a/web3.js/.travis.yml +++ b/web3.js/.travis.yml @@ -21,6 +21,9 @@ before_install: - sudo apt-get update - sudo apt-get install -y clang-7 --allow-unauthenticated - clang-7 --version + - curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none + - PATH=$HOME/.cargo/bin:$PATH + - rustup --version script: - npm run doc