summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2017-10-21 13:49:52 -0700
committerPierre Grandin <grandinp@gmail.com>2017-10-21 13:49:52 -0700
commit89667aa71d50f243c2f30cb16466195ad7d4bf77 (patch)
treed4cf72a15b885556de0da9ff797fb7797326c9e2
parent478caeeeb458f2bf95ba90fe334000270cec2f0c (diff)
downloadnavit-89667aa71d50f243c2f30cb16466195ad7d4bf77.tar.gz
Don't prompt user when installing packages
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index ea7e4920a..31da247fa 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 ca-certificates
+ command: apt-get update && apt-get -y install doxygen ca-certificates
- run:
name: Run doxygen
command: cd navit && doxygen