ci: install rustup

This commit is contained in:
Michael Vines 2019-03-05 14:27:59 -08:00
parent b9e3598a51
commit 51cfcc825a
1 changed files with 3 additions and 0 deletions

View File

@ -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