summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-05-23 13:33:34 -0700
committerGarrett D'Amore <garrett@damore.org>2018-05-23 13:33:34 -0700
commitd17377810613e1240b69e6c0b8f0cf1fbd9751fc (patch)
treec1a531e6af1694e0df2253324c62d4af27a3df35
parentcf02b1520e43f5354b8427c847e9d4cbf8692c74 (diff)
downloadnanomsg-d17377810613e1240b69e6c0b8f0cf1fbd9751fc.tar.gz
Fix paste errors.
-rw-r--r--.circleci/config.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index d3a4207..c25b7dd 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -4,7 +4,7 @@
#
version: 2.0
jobs:
- "clang - build, test"
+ "clang - build, test":
docker:
- image: ubuntu:16.04
environment:
@@ -15,8 +15,7 @@ jobs:
- checkout
- run: apt-get update -qq
- run: apt-get install -y software-properties-common
- - run: apt-add-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-
-xenial-6.0 main"
+ - run: apt-add-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-6.0 main"
- run: apt-get update -qq
- run: >
apt-get install -y --allow-unauthenticated