Skip to content

Commit

Permalink
Merge 918ac74 into 472db2e
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbeatty committed Feb 26, 2018
2 parents 472db2e + 918ac74 commit 24ad909
Show file tree
Hide file tree
Showing 6 changed files with 4,945 additions and 18 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ node_js:
- 6
- 8
- 9

jobs:
include:
- stage: coverage
node_js: 8
script: npm run ci:coverage
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
Loading

0 comments on commit 24ad909

Please sign in to comment.