Skip to content

Commit

Permalink
drop octave 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jul 26, 2020
1 parent 436d84e commit 708c36c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
env:
- BADGE=Octave_3
- OCTAVE=octave-cli
- os: linux
name: Octave 3.2
dist: precise
env:
- BADGE=Octave_32
- OCTAVE=octave
# - os: windows
# name: Windows
# env:
Expand All @@ -49,5 +43,5 @@ addons:

script:
- ${OCTAVE} --version
- ${OCTAVE} --eval "pwd;addpath(pwd);cd test;run_jsonlab_test"
- ${OCTAVE} --eval "addpath(pwd);cd test;run_jsonlab_test"
- ${OCTAVE} --eval "addpath(pwd);cd examples; demo_jsonlab_basic; jsonlab_selftest"

0 comments on commit 708c36c

Please sign in to comment.