summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-07-20 00:09:20 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-07-20 00:09:20 +0200
commiteeb0a041e2e5f2e6aaae856a2af4df53baaa5d0c (patch)
tree7cb4550a99d33cc7f4504136c552835ac64bc362 /.travis.yml
parent30d8b724a8490c69a1af6b7ce2b97086fa0939c3 (diff)
automatically accept ppa
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 0ef391a17..d3fcdf647 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,8 +7,8 @@ before_install:
- cd ..; git clone https://github.com/owncloud/appframework; cd news
script:
- - sudo add-apt-repository ppa:chris-lea/node.js
+ - sudo add-apt-repository -y ppa:chris-lea/node.js
- sudo apt-get update
- - sudo apt-get upgrade -y
+ - sudo -y apt-get upgrade
- make unit-tests
- make javascript-tests