Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
potential appveyor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Dayalan committed Dec 9, 2015
1 parent e5a9c9f commit a275423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -11,8 +11,8 @@ init:
install:
- cinst atom -y
- cd %APPVEYOR_BUILD_FOLDER%
- %LOCALAPPDATA%/atom/bin/apm install
- "%LOCALAPPDATA%/atom/bin/apm install"

build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- %LOCALAPPDATA%/atom/bin/apm test --path %LOCALAPPDATA%/atom/bin/atom
- "%LOCALAPPDATA%/atom/bin/apm test --path %LOCALAPPDATA%/atom/bin/atom.cmd"

0 comments on commit a275423

Please sign in to comment.