Update .gitlab-ci.yml

This commit is contained in:
Sebastian Hugentobler 2017-03-21 12:18:40 +00:00
parent ea3b72662e
commit f371989d3b

View File

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