We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc49c6 commit 76f316dCopy full SHA for 76f316d
1 file changed
.travis.yml
@@ -82,7 +82,7 @@ install:
82
npm install --longlong_type=LONGLONG53BITS --hdf5_home_mac=${HDF5_HOME_MAC};
83
elif [[ "$TRAVIS_OS_NAME" == "windows" ]] ; then
84
echo "Windoes compiler?";
85
- npm install --longlong_type=LONGLONG53BITS --hdf5_home_win=${HDF5_HOME_WIN};
+ npm install --longlong_type=LONGLONG53BITS --hdf5_home_win="${HDF5_HOME_WIN}";
86
else
87
export HDF5_HOME_LINUX=/usr/lib/x86_64-linux-gnu/hdf5/serial;
88
eval "${GCC_VERSION}" ;
0 commit comments