From fbd778fe2e1cdb4186be2232dfc1547b9284d2f2 Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Wed, 4 Sep 2013 17:52:38 -0700 Subject: [PATCH] Update .travis.windows.yml change OS to Windows from Linux. [skip ci] --- .travis.windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.windows.yml b/.travis.windows.yml index 0e165a9f5..ef507f923 100644 --- a/.travis.windows.yml +++ b/.travis.windows.yml @@ -30,6 +30,7 @@ script: - ctest -D ExperimentalConfigure - ctest -D ExperimentalBuild -VV - if [[ $PUSH_TO_CDASH == TRUE ]]; then + find Testing -type f -exec sed -i 's/OSName=\"Linux\"/OSName=\"Windows\"/g' {} \; ; ctest -D ExperimentalSubmit; fi - cd ..