Change --force-yes to --assume-yes

This commit is contained in:
Mitchell Krog 2017-07-27 13:36:50 +02:00
parent a8ca81d699
commit 19c13ebaf2

View file

@ -29,7 +29,7 @@ before_install:
install:
- sudo add-apt-repository -y ppa:nginx/stable
- sudo apt-get update
- sudo apt-get install -y --force-yes nginx-extras
- sudo apt-get install -y --assume-yes nginx-extras
script:
- bash .dev-tools/install-nginx-1.sh