We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b11506 commit 0ae7aefCopy full SHA for 0ae7aef
.travis.yml
@@ -49,7 +49,7 @@ before_install:
49
else
50
./configure --disable-examples;
51
fi
52
- - if [ "$TRAVIS_OS_NAME" = "windows" ]; then find . -type f -exec sed -i "s/program files/'program files'/" "{}" +; fi
+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then find . -type f -exec sed -i "s/C:\/program files\/git\/usr\/bin/\/usr\/bin/" "{}" + ; fi
53
- make
54
- sudo make install
55
- cd ..
0 commit comments