Skip to content

Commit cde108a

Browse files
committed
fix orca
1 parent f1bae33 commit cde108a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ install:
1414
- sudo apt-get update --yes
1515
- sudo apt install r-api-3.5 --yes
1616
- 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
17+
- wget --quiet https://github.com/plotly/orca/releases/download/v1.2.1/orca-1.2.1-x86_64.AppImage -O $HOME/orca/orca
1818
- chmod +x ./orca/orca
1919
- export PATH="${HOME}/orca:${PATH}"
2020
- pip install --quiet -r requirements.txt
2121
before_script:
22+
- echo $PATH
23+
- $HOME/orca/orca --help
2224
- orca --help
2325
- pip freeze
2426
services:

0 commit comments

Comments
 (0)