Skip to content

Commit

Permalink
Merge pull request #3384 from ember-cli/test-ps
Browse files Browse the repository at this point in the history
Test powershell for appveyor builds
  • Loading branch information
stefanpenner committed May 6, 2015
2 parents 33f6674 + 54cba55 commit fc0c769
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 @@ -30,7 +30,7 @@ install:
test_script:
# Output useful info for debugging.
- npm version
- cmd: npm run-script test-all
- ps: npm run-script test-all

# Don't actually build.
build: off
Expand Down

0 comments on commit fc0c769

Please sign in to comment.