Skip to content

Commit 22b0b83

Browse files
committed
orca AppImage seems like the way to go
1 parent 79872fe commit 22b0b83

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.travis.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,10 @@ before_install:
3030
- sudo apt-get install --yes libudunits2-dev libproj-dev libgeos-dev libgdal-dev
3131
# orca system dependencies -- https://github.com/plotly/orca/#linux-troubleshooting-cannot-open-shared-object
3232
- sudo apt-get install --yes libgtk2.0-0 libgconf-2-4 google-chrome-stable desktop-file-utils
33-
- sudo apt-get install --yes nodejs npm
34-
- npm install -g electron@1.8.4 orca
35-
## orca standalone binary
36-
#- cd ..
37-
#- wget https://github.com/plotly/orca/releases/download/v1.1.1/orca-1.1.1-x86_64.AppImage
38-
#- chmod 777 orca-1.1.1-x86_64.AppImage
39-
#- ln -s ./orca-1.1.1-x86_64.AppImage ./orca
40-
#- export PATH="$PATH:$PWD"
33+
- wget https://github.com/plotly/orca/releases/download/v1.1.1/orca-1.1.1-x86_64.AppImage
34+
- chmod 777 orca-1.1.1-x86_64.AppImage
35+
- ln -s ./orca-1.1.1-x86_64.AppImage ./orca
36+
- export PATH="$PATH:$PWD"
4137
# make sure R pkgs are upt-to-date
4238
- Rscript -e 'update.packages(ask = FALSE)'
4339

0 commit comments

Comments
 (0)