diff --git a/.travis.yml b/.travis.yml index de72154..840f80b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,4 +65,4 @@ script: - cmake -D CMAKE_BUILD_TYPE=RELEASE .. - make -j2 - cd ../tests - - ./tests.sh \ No newline at end of file + - sudo ./tests.sh \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 12dc828..059f976 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ configuration: - Release platform: - x64 -- x86 +- Win32 build: project: OpenFace.sln verbosity: minimal \ No newline at end of file