Skip to content

Commit 6ad6b5f

Browse files
committed
add -y
1 parent 5afb627 commit 6ad6b5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ addons:
1111
update: true
1212

1313
before_install:
14-
- sudo add-apt-repository ppa:andreasgocht/scorep
14+
- sudo add-apt-repository ppa:andreasgocht/scorep -y
1515
- sudo apt-get update -q
16-
- sudo apt-get install -y scorep
16+
- sudo apt-get install scorep -y
1717

1818
script:
1919
- pip install ./ && cd test $$ python test.py

0 commit comments

Comments
 (0)