diff --git a/appveyor.yml b/appveyor.yml index 7a83f20590..fe70c36850 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,14 +6,13 @@ cache: - C:\ProgramData\chocolatey\lib - '%APPVEYOR_BUILD_FOLDER%\Core\test\qa-functional\data' - image: Visual Studio 2015 platform: x64 environment: - global: - TSK_HOME: "C:\\sleuthkit" - JDK_HOME: C:\Program Files\Java\jdk1.8.0 - PYTHON: "C:\\Python36-x64" + global: + TSK_HOME: "C:\\sleuthkit" + JDK_HOME: C:\Program Files\Java\jdk1.8.0 + PYTHON: "C:\\Python36-x64" install: - ps: choco install nuget.commandline @@ -44,4 +43,4 @@ build_script: test_script: - cd %APPVEYOR_BUILD_FOLDER% - - cmd: ant -q test-no-regression \ No newline at end of file + - cmd: ant -q test-no-regression