Skip to content

Commit

Permalink
Add Travis CI for Octave 5.2.0 (snap).
Browse files Browse the repository at this point in the history
  • Loading branch information
siko1056 committed May 30, 2020
1 parent b617726 commit fedd22a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ jobs:
apt:
update: true
script: octave --eval "cd examples; test_sedumi(1, 1);"
- os: linux
dist: bionic # 18.04 LTS, Octave 5.2.0 (snap)
before_install:
- sudo apt-get -y install snapd
- sudo snap install octave
addons:
apt:
update: true
script:
- octave --eval "cd examples; test_sedumi(1, 1);"
- os: osx
before_install:
- brew unlink python@2
Expand Down

0 comments on commit fedd22a

Please sign in to comment.