Update .gitlab-ci.yml

This commit is contained in:
Sebastian Hugentobler 2017-03-21 12:03:32 +00:00
parent 278f34cbff
commit 03cffca05d

View File

@ -1,3 +1,5 @@
image: ubuntu
before_script: before_script:
- apt-get update -qq && apt-get install -y -qq curl - apt-get update -qq && apt-get install -y -qq curl
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y