Skip to content

Commit

Permalink
add more V8 options for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Aug 30, 2015
1 parent 6e6e323 commit d8f3173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ install:
- ps: Install-Product node 4
- npm install require-bower-files tape
build: off
test_script: node --strong_mode test.js
cache: node_modules => package.json
test_script: node --strong_mode --harmony_destructuring --throw-deprecation --track-heap-objects test.js
cache: node_modules -> package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"scripts": {
"pretest": "eslint --config @shinnn browser.js index.js test.js",
"test": "node --strong_mode --harmony_destructuring test.js | tap-spec",
"test": "node --strong_mode --harmony_destructuring --throw-deprecation --track-heap-objects test.js | tap-spec",
"coverage": "node --strong_mode --harmony_destructuring node_modules/.bin/istanbul cover test.js",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
},
Expand Down

0 comments on commit d8f3173

Please sign in to comment.