Skip to content

Commit

Permalink
try os=windows on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed May 13, 2019
1 parent 7095dd0 commit ec6edb9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -15,10 +15,13 @@ node_js:
os:
- linux
- osx
- windows

matrix:
allow_failures:
- os: osx
- os:
- osx
- windows

before_install:
# make sure we have enough ephemeral port on MacOS
Expand Down

0 comments on commit ec6edb9

Please sign in to comment.