Skip to content

Commit

Permalink
* forgot to add -y to add-apt-repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Dec 7, 2014
1 parent 1c5a27b commit e64a4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold"
dist-upgrade -qq
- sudo add-apt-repository ppa:ecere-team/ppa
- sudo add-apt-repository ppa:ecere-team/ppa -y
- sudo apt-get update -qq
- sudo apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold"
dist-upgrade -qq
Expand Down
2 changes: 1 addition & 1 deletion src/dot.travis.yml.gen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
yaml["before_install"] = [
"sudo apt-get update -qq",
'sudo apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" dist-upgrade -qq',
"sudo add-apt-repository ppa:ecere-team/ppa",
"sudo add-apt-repository ppa:ecere-team/ppa -y",
"sudo apt-get update -qq",
'sudo apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" dist-upgrade -qq',
"sudo apt-get install -qq #{ [*apts.flatten.compact.uniq, *other_packages].sort * " " }",
Expand Down

0 comments on commit e64a4d9

Please sign in to comment.