Skip to content

Commit 2dc49c6

Browse files
committed
fix eof error
1 parent 62302fb commit 2dc49c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ env:
1515
fi
1616

1717
os:
18-
- linux
19-
- osx
18+
# - linux
19+
# - osx
2020
- windows
2121

2222
addons:
@@ -73,7 +73,7 @@ before_install:
7373
wget -q https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.5/bin/hdf5-1.10.5-Std-win10_64-vs15.zip -O hdf5-1.10.5-Std-win10_64-vs15.zip ;
7474
unzip -q hdf5-1.10.5-Std-win10_64-vs15.zip ;
7575
powershell "Start-Process msiexec.exe -Wait -ArgumentList '/I C:\\Users\\travis\\build\\HDF-NI\\hdf5.node\\hdf\\HDF5-1.10.5-win64.msi /quiet'" ;
76-
powershell "Set-Variable -Name "HDF5_HOME_WIN" -Value "C:/Program Files/HDF_Group/HDF5/1.10.5""
76+
powershell "Set-Variable -Name "HDF5_HOME_WIN" -Value "C:/Program Files/HDF_Group/HDF5/1.10.5"" ;
7777
fi
7878

7979
install:

0 commit comments

Comments
 (0)