Skip to content

Commit efcae06

Browse files
committed
fix orca
1 parent 5ba5adf commit efcae06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ python:
1010
notifications:
1111
email: true
1212
install:
13-
- npm install -g electron@1.8.4 orca
1413
- sudo add-apt-repository --yes ppa:marutter/rrutter3.5
1514
- sudo apt-get update --yes
1615
- sudo apt install r-api-3.5 --yes
17-
- wget --quiet https://github.com/plotly/orca/releases/download/v1.2.1/orca-1.2.1-x86_64.AppImage -O orca.AppImage
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
1818
- chmod +x orca.AppImage
19+
- export PATH="${HOME}/orca:${PATH}"
1920
- pip install --quiet -r requirements.txt
2021
before_script:
22+
- orca --help
2123
- pip freeze
2224
services:
2325
- xvfb

0 commit comments

Comments
 (0)