Skip to content

Commit

Permalink
wat
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Aug 4, 2017
1 parent c3c4c48 commit 9eccf7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ test_script:
# - where npm
- node --version
- npm --version
- net user appveyor /domain
# - net user appveyor /domain
# - icacls %APPVEYOR_BUILD_FOLDER% /grant appveyor:(OI)(CI)F
# - icacls %APPVEYOR_BUILD_FOLDER%\test /grant appveyor:(OI)(CI)F /T
- icacls %APPVEYOR_BUILD_FOLDER%\test /grant appveyor:F /T
- cmd: psexec.exe \\localhost -w %APPVEYOR_BUILD_FOLDER% -l cmd.exe /c npm test

# on_finish:
Expand Down

0 comments on commit 9eccf7d

Please sign in to comment.