We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bae33 commit cde108aCopy full SHA for cde108a
.travis.yml
@@ -14,11 +14,13 @@ install:
14
- sudo apt-get update --yes
15
- sudo apt install r-api-3.5 --yes
16
- mkdir orca
17
- - wget --quiet https://github.com/plotly/orca/releases/download/v1.2.1/orca-1.2.1-x86_64.AppImage -O ./orca/orca
+ - wget --quiet https://github.com/plotly/orca/releases/download/v1.2.1/orca-1.2.1-x86_64.AppImage -O $HOME/orca/orca
18
- chmod +x ./orca/orca
19
- export PATH="${HOME}/orca:${PATH}"
20
- pip install --quiet -r requirements.txt
21
before_script:
22
+ - echo $PATH
23
+ - $HOME/orca/orca --help
24
- orca --help
25
- pip freeze
26
services:
0 commit comments