-
Notifications
You must be signed in to change notification settings - Fork 262
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
updates to travis matrix #372
Conversation
@springmeyer excellent! That's really settling. Going to work on getting tests 🍏 for travis now |
👍 one shortcut I'm very comfortable with: merging now and ensuring things pass in master. Reasoning is that I think the race condition will be lessened (or gone?) when we are not running two build jobs (like are run for PRs). Still need to solve the race condition, but that can be after release since it does not impact node-pre-gyp users (and is only a test issue). |
* updates to travis matrix * add v10 to appveyor * 6,8,9,10 * add abi 64 files for windows * add some logs for appveyor * use default NPM versions * explicitly install npm versions * EQU * install after npm version switch * use npm v2 * npm v2 for node v10 * remove consoles * please appveyor, let me shotgun debug successfully * try using cwd
This updates the travis matrix to:
cc @springmeyer for review