Revert to using forward slash in CI script

This commit is contained in:
Twarit
2020-03-30 13:45:36 +05:30
parent d915d53e31
commit da42fb3896

View File

@@ -66,7 +66,7 @@ install:
script:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
export SCONS=".\scons.bat";
.\build_libs.bat $TARGET;
./build_libs.bat $TARGET;
else
export SCONS="scons";
./build_libs.sh $TARGET;