Skip to content

Commit 916bfe4

Browse files
committed
test
1 parent da9f8b6 commit 916bfe4

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
@@ -10,7 +10,7 @@ env:
1010
CLANG_VERSION="export CC=gcc-7 && export CXX=g++-7";
1111
elif [[ "$TRAVIS_OS_NAME" == "windows" ]] ; then
1212
echo "Windoes compiler?";
13-
HDF5_HOME_WIN="C:/Program Files/HDF_Group/HDF5/1.10.5"
13+
HDF5_HOME_WIN="C:/Program\\ Files/HDF_Group/HDF5/1.10.5"
1414
else
1515
GCC_VERSION="export CC=gcc-7 && export CXX=g++-7";
1616
fi

0 commit comments

Comments
 (0)