We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afb627 commit 6ad6b5fCopy full SHA for 6ad6b5f
1 file changed
.travis.yml
@@ -11,9 +11,9 @@ addons:
11
update: true
12
13
before_install:
14
- - sudo add-apt-repository ppa:andreasgocht/scorep
+ - sudo add-apt-repository ppa:andreasgocht/scorep -y
15
- sudo apt-get update -q
16
- - sudo apt-get install -y scorep
+ - sudo apt-get install scorep -y
17
18
script:
19
- pip install ./ && cd test $$ python test.py
0 commit comments