Skip to content

Commit

Permalink
Merge pull request #155 from Krinkle/wintest
Browse files Browse the repository at this point in the history
Update Puppeteer and add Windows testing on Travis
  • Loading branch information
vladikoff authored Dec 29, 2018
2 parents 82d8dd9 + 0baff9f commit b8b191f
Show file tree
Hide file tree
Showing 3 changed files with 554 additions and 1,437 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
sudo: false
os:
- linux
- windows

addons:
chrome: stable

language: node_js

node_js:
- "6"
- "8"
- "10"
- "8"
- "6"

matrix:
fast_finish: true
Expand Down
Loading

0 comments on commit b8b191f

Please sign in to comment.