Skip to content

Commit 76f316d

Browse files
committed
try to fix space problem
1 parent 2dc49c6 commit 76f316d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)