Skip to content

Commit

Permalink
add octave 5.2 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jan 31, 2022
1 parent 1bd19aa commit 5898f6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ dist:

jobs:
include:
- os: linux
name: Octave 5.2
dist: focal
env:
- BADGE=Octave_5
- OCTAVE=octave-cli
- os: linux
name: Octave 4.2
dist: xenial
Expand Down
2 changes: 1 addition & 1 deletion test/run_jsonlab_test.m
Original file line number Diff line number Diff line change
Expand Up @@ -280,5 +280,5 @@ function run_jsonlab_test(tests)
test_jsonlab('test default int endian for savebj',@savebj,typecast(uint8('jd'),'uint16'),'ujd');
test_jsonlab('test default int endian for saveubjson',@saveubjson,typecast(uint8('jd'),'uint16'),'Idj');
test_jsonlab('test default float endian for savebj',@savebj,typecast(uint8('1e05'),'single'),'d1e05');
test_jsonlab('test default float endian for saveubjson',@saveubjson,typecast(uint8('1e05'),'single'),'d50e1');
test_jsonlab('test default float endian for saveubjson',@saveubjson,typecast(uint8('9527'),'single'),'d7259');
end

0 comments on commit 5898f6e

Please sign in to comment.