Remove node 0.12 from Travis-CI. #220
Conversation
|
Yes, please, do remove node 0.12 support if we can't run tests anymore. Also we do want a green build whatever that takes ;) |
|
Working on it - seeing some odd errors so will set-up Travis against my fork and figure out what is going on. |
|
Okay, seems to be working now - also updated min version in |
| @@ -4,6 +4,7 @@ | ||
| * [#219](https://github.com/alexa-js/alexa-app/pull/219): Preserve session when clearing non-existent attribute - [@adrianba](https://github.com/adrianba). | ||
| * [#218](https://github.com/alexa-js/alexa-app/pull/218): Fix cert check test cases - [@adrianba](https://github.com/adrianba). | ||
| +* [#220](https://github.com/alexa-js/alexa-app/pull/220): Remove Node 0.12 from Travis-CI - [@adrianba](https://github.com/adrianba). |
dblock
merged commit dc97022 into alexa-js:master Apr 5, 2017
|
Thanks @adrianba. |
adrianba
deleted the
adrianba:remove-node-0.12 branch
Apr 5, 2017
This was referenced Apr 8, 2017
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
adrianba commentedApr 4, 2017
•
edited
Dependencies for alexa-app no longer work on Node 0.12 so remove node 0.12 from test matrix. Run extra steps with Node 1 instead. Also updated engine version in
package.json.