Skip to content

Commit

Permalink
.travis.yml: Force apt to behave non-interactively
Browse files Browse the repository at this point in the history
Travis started presenting an apt-get prompt, then timing out after 10
minutes of inactivity. Presumably they've changed their configuration
so we need to specify noninteractive mode ourselves.
  • Loading branch information
drothlis committed Oct 15, 2015
1 parent 9b49c74 commit 7157837
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -6,8 +6,9 @@ services:
install:
- cat /etc/os-release
- export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- export DEBIAN_FRONTEND=noninteractive
- sudo apt-get update
- sudo apt-get install
- sudo apt-get -y install
expect
expect-dev
gir1.2-gstreamer-1.0
Expand Down

0 comments on commit 7157837

Please sign in to comment.