summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2019-06-05 12:00:33 -0600
committerPierre Grandin <grandinp@gmail.com>2019-06-05 12:00:33 -0600
commitbc1574c48ab8ba11bbdd47ad7cd539d3f9dc7f07 (patch)
treefccc219704bf1c58514bdeedb7163149a76f055b
parent93100fb3b59ccbe29e1cdb67d72c62d97b63fe71 (diff)
downloadnavit-bc1574c48ab8ba11bbdd47ad7cd539d3f9dc7f07.tar.gz
Install curl, required to install misspell
-rw-r--r--.circleci/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index af8bdf131..823ca54d0 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -232,6 +232,9 @@ jobs:
steps:
- checkout
- run:
+ name: Install curl
+ command: apt-get update && apt-get -y install curl
+ - run:
name: Install misspell
command: |
curl -L -o ./install-misspell.sh https://git.io/misspell