summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2017-10-21 13:42:37 -0700
committerPierre Grandin <grandinp@gmail.com>2017-10-21 13:42:37 -0700
commit478caeeeb458f2bf95ba90fe334000270cec2f0c (patch)
tree8c60c50b7c83e09c483e4eb963e9c6e3dd1c6fd4
parent905c62a6541bd2e7bb648841dc91b223036307f0 (diff)
downloadnavit-478caeeeb458f2bf95ba90fe334000270cec2f0c.tar.gz
ca-certificates are required to push to S3
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 7b4b84e4d..ea7e4920a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -19,7 +19,7 @@ jobs:
- checkout
- run:
name: Install doxygen
- command: apt-get update && apt-get install doxygen
+ command: apt-get update && apt-get install doxygen ca-certificates
- run:
name: Run doxygen
command: cd navit && doxygen