~ installing rust the official way (to get a recent release)

This commit is contained in:
nicobo 2021-02-08 22:51:14 +01:00
parent 64f0174cfe
commit 297b8ddd71
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F

View file

@ -25,10 +25,11 @@ addons:
- libssl-dev - libssl-dev
- make - make
- python3-dev - python3-dev
- rustc # homebrew:
homebrew: # # TODO Check this list to see if something is missing : https://docs.travis-ci.com/user/reference/osx#compilers-and-build-toolchain
# TODO Check this list to see if something is missing : https://docs.travis-ci.com/user/reference/osx#compilers-and-build-toolchain # packages: rust
packages: rust before_install:
- curl https://sh.rustup.rs -sSf | sh -s -- -y && source $HOME/.cargo/env
install: install:
- pip3 install -r requirements-build.txt -r requirements-runtime.txt - pip3 install -r requirements-build.txt -r requirements-runtime.txt
# Generates nicobot/version.py # Generates nicobot/version.py