Skip to content

Commit f4319e4

Browse files
committed
test
1 parent 76f316d commit f4319e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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:/Progra~1/HDF_Group/HDF5/1.10.5"" ;
7777
fi
7878

7979
install:
@@ -82,7 +82,7 @@ install:
8282
npm install --longlong_type=LONGLONG53BITS --hdf5_home_mac=${HDF5_HOME_MAC};
8383
elif [[ "$TRAVIS_OS_NAME" == "windows" ]] ; then
8484
echo "Windoes compiler?";
85-
npm install --longlong_type=LONGLONG53BITS --hdf5_home_win="${HDF5_HOME_WIN}";
85+
npm install --longlong_type=LONGLONG53BITS --hdf5_home_win=${HDF5_HOME_WIN};
8686
else
8787
export HDF5_HOME_LINUX=/usr/lib/x86_64-linux-gnu/hdf5/serial;
8888
eval "${GCC_VERSION}" ;

0 commit comments

Comments
 (0)