Skip to content

Commit

Permalink
Correct use of Windows CI env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed May 5, 2015
1 parent f15e640 commit 8fd3520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ install:
- ps: Install-Product node $env:nodejs_version x86
- npm install --arch=ia32 --msvs_version=2013
test_script:
- npm run-script "test-win32-$env:nodejs_exec"
- npm run-script test-win32-%nodejs_exec%

0 comments on commit 8fd3520

Please sign in to comment.