Skip to content

Commit

Permalink
try using Travis for Windows tests (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Dec 3, 2019
1 parent 858a25b commit 449c0b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
@@ -1,7 +1,11 @@
language: node_js
os:
- "linux"
- "windows"
dist: xenial
node_js:
- "12"
- "10"
- "8"
- "6"
sudo: false
language: node_js
script: "npm run test"
21 changes: 0 additions & 21 deletions appveyor.yml

This file was deleted.

0 comments on commit 449c0b8

Please sign in to comment.