Skip to content

Commit f1bae33

Browse files
committed
make executable
1 parent efcae06 commit f1bae33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515
- sudo apt install r-api-3.5 --yes
1616
- mkdir orca
1717
- wget --quiet https://github.com/plotly/orca/releases/download/v1.2.1/orca-1.2.1-x86_64.AppImage -O ./orca/orca
18-
- chmod +x orca.AppImage
18+
- chmod +x ./orca/orca
1919
- export PATH="${HOME}/orca:${PATH}"
2020
- pip install --quiet -r requirements.txt
2121
before_script:

0 commit comments

Comments
 (0)