We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62302fb commit 2dc49c6Copy full SHA for 2dc49c6
1 file changed
.travis.yml
@@ -15,8 +15,8 @@ env:
15
fi
16
17
os:
18
- - linux
19
- - osx
+ # - linux
+ # - osx
20
- windows
21
22
addons:
@@ -73,7 +73,7 @@ before_install:
73
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 ;
74
unzip -q hdf5-1.10.5-Std-win10_64-vs15.zip ;
75
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""
+ powershell "Set-Variable -Name "HDF5_HOME_WIN" -Value "C:/Program Files/HDF_Group/HDF5/1.10.5"" ;
77
78
79
install:
0 commit comments