Skip to content

Commit

Permalink
test with the latest stable Node
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Sep 1, 2015
1 parent 5bc2e5d commit b7780ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git:
branches:
except: /^v\d/
language: node_js
node_js: iojs
node_js: stable
notifications:
email: false
after_script: npm run-script coveralls
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
init: git config --global core.autocrlf input
shallow_clone: true
version: '{build}'
skip_tags: true
install:
- ps: Install-Product node 3
- ps: Install-Product node 4
- npm install --production
- npm install tape
build: off
test_script: node --strong_mode --harmony_arrow_functions test.js
test_script: node --strong_mode --throw-deprecation --trace-sync-io --track-heap-objects test.js
cache: node_modules
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"scripts": {
"pretest": "eslint --config @shinnn/node index.js test.js",
"test": "node --strong_mode --harmony_arrow_functions test.js",
"coverage": "node --strong_mode --harmony_arrow_functions node_modules/.bin/istanbul cover test.js",
"test": "node --strong_mode --throw-deprecation --trace-sync-io --track-heap-objects test.js",
"coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
},
"license": "MIT",
Expand Down

0 comments on commit b7780ed

Please sign in to comment.