Commit ea5b04fc authored by Michal Čihař's avatar Michal Čihař

Do not install packages which are already installed

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 4cc28405
...@@ -22,7 +22,7 @@ before_install: ...@@ -22,7 +22,7 @@ before_install:
- source $HOME/buildtime-trend/init.sh - source $HOME/buildtime-trend/init.sh
- timestamp.sh packages - timestamp.sh packages
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install git libffi-dev libpq-dev libmysqlclient-dev libicu-dev mercurial - sudo apt-get install git libicu-dev mercurial
# commands to install dependencies # commands to install dependencies
install: install:
- timestamp.sh install - timestamp.sh install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment