Skip to content

Commit c7de6f8

Browse files
committed
--yes
1 parent 66acf8c commit c7de6f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ python:
1010
notifications:
1111
email: true
1212
install:
13-
- sudo add-apt-repository ppa:marutter/rrutter3.5
14-
- sudo apt-get update
15-
- sudo apt install r-api-3.5
13+
- sudo add-apt-repository --yes ppa:marutter/rrutter3.5
14+
- sudo apt-get update --yes
15+
- sudo apt install r-api-3.5 --yes
1616
- wget --quiet https://github.com/plotly/orca/releases/download/v1.2.1/orca-1.2.1-x86_64.AppImage -O orca.AppImage
1717
- chmod +x orca.AppImage
1818
- pip install --quiet -r requirements.txt

0 commit comments

Comments
 (0)