Update .gitlab-ci.yml

This commit is contained in:
Sebastian Hugentobler 2017-03-21 12:27:41 +00:00
parent f371989d3b
commit 4f97089eff

View File

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