Skip to content

Commit 325ec7f

Browse files
committed
fix orca again
1 parent cde108a commit 325ec7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ install:
1313
- sudo add-apt-repository --yes ppa:marutter/rrutter3.5
1414
- sudo apt-get update --yes
1515
- sudo apt install r-api-3.5 --yes
16-
- mkdir orca
16+
- mkdir $HOME/orca
1717
- 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
18+
- chmod +x $HOME/orca/orca
1919
- export PATH="${HOME}/orca:${PATH}"
2020
- pip install --quiet -r requirements.txt
2121
before_script:

0 commit comments

Comments
 (0)