Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Remove powerscript in appveyor config (#339)
Browse files Browse the repository at this point in the history
As 32bit platform node will emitWarning, which will be send error to stderr. Appveyor powershell (ps) will fail for all stderr warnings. We use regular command line to execute tests instead.
  • Loading branch information
gaofanmichael committed Oct 10, 2017
1 parent fa41721 commit d4cf182
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ install:
# Post-install test scripts.
test_script:
# run tests
- ps: npm run build ; node_modules/.bin/mocha build/test --timeout 4000 --R
- npm run build
- node_modules/.bin/mocha build/test --timeout 4000 --R

# Don't actually build using MSBuild
build: off
20 changes: 15 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d4cf182

Please sign in to comment.