Skip to content

Commit

Permalink
Merge f9ec5ae into 472db2e
Browse files Browse the repository at this point in the history
  • Loading branch information
zenflow committed Feb 26, 2018
2 parents 472db2e + f9ec5ae commit a4e5caf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
16 changes: 13 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
version: 4.0.{build}
build:
verbosity: minimal
version: "{build}"
build: off
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "9"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
test_script:
- npm test
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "lib/main.js",
"scripts": {
"pretest": "npm run lint",
"test": "lab test/* -r lcov | coveralls",
"test": "lab -r lcov | coveralls",
"test-only": "lab",
"lint": "standard",
"postlint": "npm run lint-md",
"lint-md": "standard-markdown"
Expand Down

0 comments on commit a4e5caf

Please sign in to comment.