We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66acf8c commit c7de6f8Copy full SHA for c7de6f8
.travis.yml
@@ -10,9 +10,9 @@ python:
10
notifications:
11
email: true
12
install:
13
- - sudo add-apt-repository ppa:marutter/rrutter3.5
14
- - sudo apt-get update
15
- - sudo apt install r-api-3.5
+ - sudo add-apt-repository --yes ppa:marutter/rrutter3.5
+ - sudo apt-get update --yes
+ - sudo apt install r-api-3.5 --yes
16
- wget --quiet https://github.com/plotly/orca/releases/download/v1.2.1/orca-1.2.1-x86_64.AppImage -O orca.AppImage
17
- chmod +x orca.AppImage
18
- pip install --quiet -r requirements.txt
0 commit comments