Skip to content

Commit d349f62

Browse files
committed
add Travis-CI for Matlab
1 parent 0827094 commit d349f62

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dist: focal
2+
3+
language: matlab
4+
5+
matlab:
6+
- latest

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![DOI](https://zenodo.org/badge/273830124.svg)](https://zenodo.org/badge/latestdoi/273830124)
44
[![View matlab-hdf5 on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/78673-matlab-hdf5)
5+
[![Build Status](https://travis-ci.com/geospace-code/matlab-hdf5.svg?branch=master)](https://travis-ci.com/geospace-code/matlab-hdf5)
56

67
These HDF5 and NetCDF4 functions should be built into Matlab itself, but since they're not yet, we provide them.
78

@@ -83,5 +84,5 @@ hdf5nc.tests.test_netcdf
8384
## unit tests
8485
8586
```matlab
86-
test_hdf5nc
87+
runtests
8788
```

0 commit comments

Comments
 (0)