Skip to content

Commit 0ae7aef

Browse files
authored
Use unix-like path for sh
1 parent 9b11506 commit 0ae7aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ before_install:
4949
else
5050
./configure --disable-examples;
5151
fi
52-
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then find . -type f -exec sed -i "s/program files/'program files'/" "{}" +; fi
52+
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then find . -type f -exec sed -i "s/C:\/program files\/git\/usr\/bin/\/usr\/bin/" "{}" + ; fi
5353
- make
5454
- sudo make install
5555
- cd ..

0 commit comments

Comments
 (0)