Update .gitlab-ci.yml

This commit is contained in:
Sebastian Hugentobler 2017-03-21 12:12:34 +00:00
parent d40c6559d2
commit ea3b72662e

View File

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