Modify path before running make ci

This commit is contained in:
Jeremy Soller 2018-06-09 18:44:56 -06:00
parent fcf3b8cf26
commit c06a055ca8

View file

@ -11,8 +11,10 @@ before_script:
apt-get update -qq &&
apt-get purge -qq binutils-doc &&
apt-get install -qq x86-64-unknown-redox-gcc &&
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none
build:
script:
- make ci
- |
source "$HOME/.cargo/env" &&
make ci