-
Notifications
You must be signed in to change notification settings - Fork 10
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
Drop excess Node versions from Travis build matrix #262
Comments
Sure, I agree |
* Use only latests releases of Node.js 6.x, 7.x and 8.x. * Update Ubuntu from Precise to Trusty. * Don't install a custom compiler, Trusty already has one that should support C++11. * Run tests on macOS too. * Don't install Firefox and don't launch the fake X server since we don't currently have browser tests anymore. When we do, it will require to rewrite that part of the config in a cross-platform manner. Fixes: #262 Refs: #260 (comment)
@aqrln, is Node.js 7 still supported at the moment? |
@belochub Node.js 7 is unsupported, right. However, I believe a fair amount of people might still be using it. I am okay with both keeping and dropping it from the CI environment. |
* Use only latests releases of Node.js 6.x, 7.x and 8.x. * Update Ubuntu from Precise to Trusty. * Don't install a custom compiler, Trusty already has one that should support C++11. * Run tests on macOS too. * Don't install Firefox and don't launch the fake X server since we don't currently have browser tests anymore. When we do, it will require to rewrite that part of the config in a cross-platform manner. Fixes: #262 Refs: #260 (comment)
* Use only latests releases of Node.js 6.x, 7.x and 8.x. * Update Ubuntu from Precise to Trusty. * Don't install a custom compiler, Trusty already has one that should support C++11. * Run tests on macOS too. * Don't install Firefox and don't launch the fake X server since we don't currently have browser tests anymore. When we do, it will require to rewrite that part of the config in a cross-platform manner. Fixes: #262 Refs: #260 (comment)
* Use only latests releases of Node.js 6.x, 7.x and 8.x. * Update Ubuntu from Precise to Trusty. * Don't install a custom compiler, Trusty already has one that should support C++11. * Run tests on macOS too. * Don't install Firefox and don't launch the fake X server since we don't currently have browser tests anymore. When we do, it will require to rewrite that part of the config in a cross-platform manner. Fixes: #262 Refs: #260 (comment)
* Use only latests releases of Node.js 6.x, 7.x and 8.x. * Update Ubuntu from Precise to Trusty. * Don't install a custom compiler, Trusty already has one that should support C++11. * Run tests on macOS too. * Don't install Firefox and don't launch the fake X server since we don't currently have browser tests anymore. When we do, it will require to rewrite that part of the config in a cross-platform manner. Fixes: #262 Refs: #260 (comment) PR-URL: #263 Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
* Use only latests releases of Node.js 6.x, 7.x and 8.x. * Update Ubuntu from Precise to Trusty. * Don't install a custom compiler, Trusty already has one that should support C++11. * Run tests on macOS too. * Don't install Firefox and don't launch the fake X server since we don't currently have browser tests anymore. When we do, it will require to rewrite that part of the config in a cross-platform manner. Fixes: #262 Refs: #260 (comment) PR-URL: #263 Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
* Use only latests releases of Node.js 6.x, 7.x and 8.x. * Update Ubuntu from Precise to Trusty. * Don't install a custom compiler, Trusty already has one that should support C++11. * Run tests on macOS too. * Don't install Firefox and don't launch the fake X server since we don't currently have browser tests anymore. When we do, it will require to rewrite that part of the config in a cross-platform manner. Fixes: #262 Refs: #260 (comment) PR-URL: #263 Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
* Use only latests releases of Node.js 6.x, 7.x and 8.x. * Update Ubuntu from Precise to Trusty. * Don't install a custom compiler, Trusty already has one that should support C++11. * Run tests on macOS too. * Don't install Firefox and don't launch the fake X server since we don't currently have browser tests anymore. When we do, it will require to rewrite that part of the config in a cross-platform manner. Fixes: metarhia/jstp#262 Refs: metarhia/jstp#260 (comment) PR-URL: metarhia/jstp#263 Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
* Use only latests releases of Node.js 6.x, 7.x and 8.x. * Update Ubuntu from Precise to Trusty. * Don't install a custom compiler, Trusty already has one that should support C++11. * Run tests on macOS too. * Don't install Firefox and don't launch the fake X server since we don't currently have browser tests anymore. When we do, it will require to rewrite that part of the config in a cross-platform manner. Fixes: metarhia/jstp#262 Refs: metarhia/jstp#260 (comment) PR-URL: metarhia/jstp#263 Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
* Use only latests releases of Node.js 6.x, 7.x and 8.x. * Update Ubuntu from Precise to Trusty. * Don't install a custom compiler, Trusty already has one that should support C++11. * Run tests on macOS too. * Don't install Firefox and don't launch the fake X server since we don't currently have browser tests anymore. When we do, it will require to rewrite that part of the config in a cross-platform manner. Fixes: metarhia/jstp#262 Refs: metarhia/jstp#260 (comment) PR-URL: metarhia/jstp#263 Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
I'd advocate for testing only using the latest releases of Node.js 6.x, 7.x and 8.x on Travis. We use CI to find our bugs, not old and resolved Node bugs. What others think about it?
/cc @metarhia/jstp-core
The text was updated successfully, but these errors were encountered: