Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f290cd

Browse files
committed
Check if installing only octave might be a solution.
Trying to pick up some wisdom from: http://stackoverflow.com/questions/30167348/octave-and-java-libjvm-so-not-found
1 parent 0a04e8b commit 6f290cd

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
@@ -16,7 +16,7 @@ env:
1616
before_install:
1717
- sudo apt-add-repository --yes ppa:octave/stable
1818
- sudo apt-get update
19-
- sudo apt-get install octave liboctave-dev
19+
- sudo apt-get install octave
2020
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
2121
- bash miniconda.sh -b -p $HOME/miniconda
2222
- export PATH="$HOME/miniconda/bin:$PATH"

0 commit comments

Comments
 (0)