Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '8'
- '10'
deploy:
# deploy on release, to markbind.org
- provider: script
Expand Down
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
environment:
nodejs_version: "10"

# Install scripts
install:
# Install nodejs version
- ps: Install-Product node $env:nodejs_version
# Install modules
- npm ci

# Post-install test scripts
test_script:
- node --version
- npm --version
- npm run testwin

build: off