Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix running Windows on Travis CI #1812

Closed

Commits on Jul 8, 2019

  1. test: increase tap timeout

    test-addon.js includes compiling code, making the default 30 second
    timeout not suitable. This increases the timeout for all platforms,
    which is a potential problem everywhere, fixing the timeout that
    happens on Windows.
    
    Fixes: nodejs#1801
    joaocgreis committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    a45bbff View commit details
    Browse the repository at this point in the history
  2. test: add Node.js 6 on Windows to Travis CI

    Test the oldest supported Node version on Windows.
    joaocgreis committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    584e7bb View commit details
    Browse the repository at this point in the history