Commit edb0e9cd by Feanil Patel

Update to not receive input on apt-get tasks.

Without the '-y' the tests stop to ask for input.

Keep the old config. Since it was edited by travis we probably
want that on instead of the default one.
parent 319fa028
......@@ -18,8 +18,8 @@ addons:
- python-demjson
before_install:
- sudo apt-get update
- sudo apt-get install docker-engine
- sudo apt-get -y update
- sudo apt-get -y install -o Dpkg::Options::="--force-confold" docker-engine
install:
- "pip install --allow-all-external -r requirements.txt"
......
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