From 297b8ddd71abc00461e769e886d687c3180585d2 Mon Sep 17 00:00:00 2001 From: nicobo Date: Mon, 8 Feb 2021 22:51:14 +0100 Subject: [PATCH] ~ installing rust the official way (to get a recent release) --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 16b2ee8..31a8203 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,10 +25,11 @@ addons: - libssl-dev - make - python3-dev - - rustc - homebrew: - # TODO Check this list to see if something is missing : https://docs.travis-ci.com/user/reference/osx#compilers-and-build-toolchain - packages: rust + # homebrew: + # # TODO Check this list to see if something is missing : https://docs.travis-ci.com/user/reference/osx#compilers-and-build-toolchain + # packages: rust +before_install: + - curl https://sh.rustup.rs -sSf | sh -s -- -y && source $HOME/.cargo/env install: - pip3 install -r requirements-build.txt -r requirements-runtime.txt # Generates nicobot/version.py