From 34a705b5afa0a236f923d60fd16a2c3420431362 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Mon, 8 Jun 2015 11:19:52 -0300 Subject: [PATCH] See #375. Remove redundant PATH changes in appveyor.yml for Windows CI --- appveyor.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 82892f8..7ebd280 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -100,9 +100,6 @@ install: # - php composer.phar global require fabpot/php-cs-fixer # - where php-cs-fixer - - echo %PATH% - - build_script: - cd %APPVEYOR_BUILD_FOLDER% @@ -110,9 +107,5 @@ build_script: - apm install linter atom-typescript language-marko language-tss language-html-swig # Show current PATH - echo %PATH% - - SET PATH=%LOCALAPPDATA%\atom\bin;%PATH% - - SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH% - - SET PATH=C:\\Ruby193\\bin;%PATH% - - echo %PATH% # Run tests on package - apm test --one --path %LOCALAPPDATA%/atom/bin/atom.cmd