Skip to content
Snippets Groups Projects
Commit 89581d6f authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix installation

parent 944898d8
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ language: generic ...@@ -2,7 +2,7 @@ language: generic
sudo: required sudo: required
install: install:
- curl https://sh.rustup.rs -sSf > rustup; chmod +x rustup; ./rustup --default-toolchain nightly -y - curl https://sh.rustup.rs -sSf > rustup; chmod +x rustup; ./rustup --default-toolchain nightly -y
- ./setup.sh - export PATH="$HOME/.cargo/bin:$PATH"; ./setup.sh
script: ./jenkins.sh script: export PATH="$HOME/.cargo/bin:$PATH"; ./jenkins.sh
notifications: notifications:
email: false email: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment